mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:41:07 +08:00
Essentials example: Fix typescript error
This commit is contained in:
parent
003dd2abe5
commit
6d1fce4f3c
@ -7,7 +7,7 @@ export default {
|
||||
argTypes: { onClick: { action: 'clicked' } },
|
||||
};
|
||||
|
||||
const ButtonStory = (args) => <Button {...args} />;
|
||||
const ButtonStory = (args: any) => <Button {...args} />;
|
||||
|
||||
export const Text = ButtonStory.bind({});
|
||||
Text.args = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user