mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
3ffe9cddc0
commit
eedc619900
16 changed files with 171 additions and 147 deletions
|
@ -5,7 +5,7 @@ export interface ContextMenuGroupProps {
|
|||
/**
|
||||
* @default []
|
||||
*/
|
||||
selectedIds?: string[];
|
||||
selectedIds?: ReadonlyArray<string>;
|
||||
|
||||
/**
|
||||
* Specify the label text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue