mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
3ffe9cddc0
commit
eedc619900
16 changed files with 171 additions and 147 deletions
2
types/Checkbox/Checkbox.svelte.d.ts
vendored
2
types/Checkbox/Checkbox.svelte.d.ts
vendored
|
@ -18,7 +18,7 @@ export interface CheckboxProps {
|
|||
* Specify the bound group
|
||||
* @default undefined
|
||||
*/
|
||||
group?: any[];
|
||||
group?: ReadonlyArray<any>;
|
||||
|
||||
/**
|
||||
* Specify whether the checkbox is indeterminate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue