mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
refactor: getGroups
This commit is contained in:
@@ -46,6 +46,9 @@ interface ToolContentProps<Options, Input> extends ToolComponentProps {
|
||||
setFieldValue: (fieldName: string, value: any) => void
|
||||
) => ReactNode;
|
||||
initialValues: Options;
|
||||
/**
|
||||
* should return non-empty array or null
|
||||
*/
|
||||
getGroups: GetGroupsType<Options> | null;
|
||||
compute: (optionsValues: Options, input: Input) => void;
|
||||
toolInfo?: {
|
||||
|
||||
Reference in New Issue
Block a user