File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
apps/website/docs/api-reference/commandkit Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
1313
1414## Container
1515
16- <GenerationInfo sourceFile = " packages/commandkit/src/components/v2/container.ts" sourceLine = " 32 " packageName = " commandkit" />
16+ <GenerationInfo sourceFile = " packages/commandkit/src/components/v2/container.ts" sourceLine = " 35 " packageName = " commandkit" />
1717
1818The components v2 container component
1919
Original file line number Diff line number Diff line change @@ -13,21 +13,27 @@ import MemberDescription from '@site/src/components/MemberDescription';
1313
1414## ContainerProps
1515
16- <GenerationInfo sourceFile = " packages/commandkit/src/components/v2/container.ts" sourceLine = " 17 " packageName = " commandkit" />
16+ <GenerationInfo sourceFile = " packages/commandkit/src/components/v2/container.ts" sourceLine = " 19 " packageName = " commandkit" />
1717
1818Represents the properties for a container component.
1919
2020``` ts title="Signature"
21- interface ContainerProps extends Omit <ContainerComponentData , ' type' | ' components' > {
21+ interface ContainerProps extends Omit <ContainerComponentData , ' type' | ' components' | ' accentColor' > {
22+ accentColor? : ColorResolvable ;
2223 children? : ComponentBuilder [];
2324}
2425```
25- * Extends: <code >Omit< ; ContainerComponentData, 'type' | 'components'> ; </code >
26+ * Extends: <code >Omit< ; ContainerComponentData, 'type' | 'components' | 'accentColor' > ; </code >
2627
2728
2829
2930<div className = " members-wrapper" >
3031
32+ ### accentColor
33+
34+ <MemberInfo kind = " property" type = { ` ColorResolvable ` } />
35+
36+
3137### children
3238
3339<MemberInfo kind = " property" type = { ` ComponentBuilder[] ` } />
You can’t perform that action at this time.
0 commit comments