Some fixes

This commit is contained in:
Richard O'flynn 2020-11-30 22:14:59 +00:00
commit a249b6183b
7 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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