mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
Merge pull request #13352 from storybookjs/13350-meta-optional-argtypes
Addon-docs: ArgTypes optional on Meta
This commit is contained in:
commit
1d366aa2af
@ -15,7 +15,7 @@ interface MetaProps {
|
||||
decorators?: [Decorator];
|
||||
parameters?: Parameters;
|
||||
args?: Args;
|
||||
argTypes: ArgTypes;
|
||||
argTypes?: ArgTypes;
|
||||
}
|
||||
|
||||
function getFirstStoryId(docsContext: DocsContextProps): string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user