mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Fix binding bug
This commit is contained in:
parent
80f49f6a8f
commit
de1c2d00eb
6 changed files with 65 additions and 16 deletions
12
types/Tile/SelectableTileGroup.d.ts
vendored
12
types/Tile/SelectableTileGroup.d.ts
vendored
|
@ -7,11 +7,23 @@ export interface SelectableTileGroupProps extends svelte.JSX.HTMLAttributes<HTML
|
|||
*/
|
||||
selectedValues?: any[];
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the tile group
|
||||
* @default false
|
||||
*/
|
||||
disabled?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the legend text
|
||||
* @default ""
|
||||
*/
|
||||
legend?: string;
|
||||
|
||||
/**
|
||||
* Set to `true` to enable the light variant throughout the group
|
||||
* @default false
|
||||
*/
|
||||
light?: boolean;
|
||||
}
|
||||
|
||||
export default class SelectableTileGroup {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue