refactor: use of ToolContent.tsx

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-05 22:05:10 +00:00
parent 6c326357d7
commit 6278ddf8f9
5 changed files with 95 additions and 83 deletions

View File

@@ -15,7 +15,7 @@ export interface ExampleProps<T> {
exampleCards: CardExampleType<T>[];
getGroups: GetGroupsType<T>;
formRef: React.RefObject<FormikProps<T>>;
setInput: React.Dispatch<React.SetStateAction<string>>;
setInput: React.Dispatch<React.SetStateAction<any>>;
}
export default function ToolExamples<T>({