[8/n][Storybook] IconWithFrame update argTypes (#45)

This commit is contained in:
Vivian Phung 2024-05-14 17:18:35 -04:00 committed by GitHub
commit 907b5ee02d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import { StoryObj, Meta } from '@storybook/react'; import { StoryObj, Meta } from '@storybook/react';
import { PlusIcon } from 'components/shared/CustomIcon';
import { IconWithFrame } from 'components/shared/IconWithFrame'; import { IconWithFrame } from 'components/shared/IconWithFrame';
import { PlusIcon } from 'components/shared/CustomIcon';
const meta: Meta<typeof IconWithFrame> = { const meta: Meta<typeof IconWithFrame> = {
title: 'Components/IconWithFrame', title: 'Components/IconWithFrame',
@ -12,7 +12,7 @@ const meta: Meta<typeof IconWithFrame> = {
control: 'object', control: 'object',
}, },
hasHighlight: { hasHighlight: {
control: 'boolean', type: 'boolean',
}, },
}, },
}; };