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';
13
13
14
14
## Container
15
15
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" />
17
17
18
18
The components v2 container component
19
19
Original file line number Diff line number Diff line change @@ -13,21 +13,27 @@ import MemberDescription from '@site/src/components/MemberDescription';
13
13
14
14
## ContainerProps
15
15
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" />
17
17
18
18
Represents the properties for a container component.
19
19
20
20
``` ts title="Signature"
21
- interface ContainerProps extends Omit <ContainerComponentData , ' type' | ' components' > {
21
+ interface ContainerProps extends Omit <ContainerComponentData , ' type' | ' components' | ' accentColor' > {
22
+ accentColor? : ColorResolvable ;
22
23
children? : ComponentBuilder [];
23
24
}
24
25
```
25
- * Extends: <code >Omit< ; ContainerComponentData, 'type' | 'components'> ; </code >
26
+ * Extends: <code >Omit< ; ContainerComponentData, 'type' | 'components' | 'accentColor' > ; </code >
26
27
27
28
28
29
29
30
<div className = " members-wrapper" >
30
31
32
+ ### accentColor
33
+
34
+ <MemberInfo kind = " property" type = { ` ColorResolvable ` } />
35
+
36
+
31
37
### children
32
38
33
39
<MemberInfo kind = " property" type = { ` ComponentBuilder[] ` } />
You can’t perform that action at this time.
0 commit comments