mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 09:24:55 +05:30
refactor: init
This commit is contained in:
parent
3014443163
commit
ab503c642d
18 changed files with 197 additions and 238 deletions
|
|
@ -40,7 +40,7 @@ const FormikListenerComponent = <T,>({
|
|||
|
||||
interface ToolContentProps<T, I> extends ToolComponentProps {
|
||||
inputComponent?: ReactNode;
|
||||
resultComponent: ReactNode;
|
||||
resultComponent?: ReactNode;
|
||||
renderCustomInput?: (
|
||||
values: T,
|
||||
setFieldValue: (fieldName: string, value: any) => void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue