diff --git a/src/components/forms/TextInput/TextInput.stories.tsx b/src/components/forms/TextInput/TextInput.stories.tsx index baf4f40..0fe53e0 100644 --- a/src/components/forms/TextInput/TextInput.stories.tsx +++ b/src/components/forms/TextInput/TextInput.stories.tsx @@ -1,5 +1,5 @@ import { CurrencyCircleDollar } from '@jengaicons/react'; -import { StoryFn } from '@storybook/react'; +import { Meta, StoryFn } from '@storybook/react'; import { ICON_ARG, @@ -23,13 +23,14 @@ export default { ...ICON_ARG, ...VALIDATION_STATE_ARG, }, -}; +} as Meta; const Template: StoryFn = ({ icon, ...props }) => ( : undefined} {...props} onChange={(query) => console.log('change', query)}