Merge pull request #13352 from storybookjs/13350-meta-optional-argtypes

Addon-docs: ArgTypes optional on Meta
This commit is contained in:
Michael Shilman 2020-12-01 21:03:15 +08:00 committed by GitHub
commit 1d366aa2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ interface MetaProps {
decorators?: [Decorator];
parameters?: Parameters;
args?: Args;
argTypes: ArgTypes;
argTypes?: ArgTypes;
}
function getFirstStoryId(docsContext: DocsContextProps): string {