mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
Some fixes
This commit is contained in:
parent
d8741808e5
commit
a249b6183b
7 changed files with 10 additions and 10 deletions
2
types/Tile/SelectableTileGroup.d.ts
vendored
2
types/Tile/SelectableTileGroup.d.ts
vendored
|
@ -5,7 +5,7 @@ export interface SelectableTileGroupProps extends svelte.JSX.HTMLAttributes<HTML
|
|||
* Specify the selected tile's
|
||||
* @default []
|
||||
*/
|
||||
selectedValues?: string;
|
||||
selectedValues?: any[];
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the tile group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue