[8/n][Storybook] IconWithFrame update argTypes (#45)
This commit is contained in:
commit
907b5ee02d
@ -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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user