File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
packages/main/src/webComponents/Select Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11import { Canvas , Description , Markdown , Meta } from ' @storybook/blocks' ;
22import { ArgTypesWithNote , ControlsWithNote , DocsHeader , Footer } from ' @sb/components' ;
3- import { Option } from ' ../index.ts' ;
3+ import { Option , OptionCustom } from ' ../index.ts' ;
44import SubcomponentsSection from ' @sb/docs/SubcomponentsSection.md?raw' ;
55import * as ComponentStories from ' ./Select.stories' ;
6- import { excludePropsForAbstract } from ' @sb/utils' ;
76
87<Meta of = { ComponentStories } />
98
10- <DocsHeader since = " 0.4.0" />
9+ <DocsHeader since = " 0.4.0" mergeSubComponents subComponents = { [ ' OptionCustom ' ] } />
1110
1211<br />
1312
@@ -53,6 +52,11 @@ const onChange = (event) => {
5352## Option
5453
5554<Description of = { Option } />
56- <ArgTypesWithNote hideHTMLPropsNote exclude = { excludePropsForAbstract } of = { Option } />
55+ <ArgTypesWithNote of = { Option } />
56+
57+ ## OptionCustom
58+
59+ <Description of = { OptionCustom } />
60+ <ArgTypesWithNote of = { OptionCustom } />
5761
5862<Footer />
You can’t perform that action at this time.
0 commit comments