[8/n][Storybook] IconWithFrame update argTypes

This commit is contained in:
Vivian Phung 2024-05-14 15:54:56 -04:00 committed by Vivian Phung
parent 29caf510ea
commit 8f456c04f5

View File

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