mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:41:25 +08:00
Addon-docs: Make Meta block subcomponents optional
This commit is contained in:
parent
4e8013d3c5
commit
4fc6f7174c
@ -10,7 +10,7 @@ type Decorator = (...args: any) => any;
|
||||
interface MetaProps {
|
||||
title: string;
|
||||
component?: Component;
|
||||
subcomponents: Record<string, Component>;
|
||||
subcomponents?: Record<string, Component>;
|
||||
decorators?: [Decorator];
|
||||
parameters?: any;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user