further types frontend

This commit is contained in:
James
2020-11-25 15:10:59 -05:00
parent e930abe741
commit a00809db8e
11 changed files with 139 additions and 44 deletions

View File

@@ -39,7 +39,7 @@ type FieldBase = {
readOnly?: boolean;
disabled?: boolean;
condition?: (...args: any[]) => any | void;
components?: { [key: string]: JSX.Element | (() => JSX.Element) };
components?: { [key: string]: React.ComponentType };
};
access?: {
create?: Access;