mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36: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/RadioTileGroup.d.ts
vendored
2
types/Tile/RadioTileGroup.d.ts
vendored
|
@ -4,7 +4,7 @@ export interface RadioTileGroupProps extends svelte.JSX.HTMLAttributes<HTMLEleme
|
|||
/**
|
||||
* Specify the selected tile value
|
||||
*/
|
||||
selectedValue?: string;
|
||||
selectedValue?: any;
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the tile group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue