Prepare for pull request

This commit is contained in:
Richard O'flynn 2020-12-01 01:01:47 +00:00
commit 80f49f6a8f
5 changed files with 0 additions and 22 deletions

View file

@ -19,12 +19,6 @@ export interface RadioTileProps extends svelte.JSX.HTMLAttributes<HTMLElementTag
*/
value?: string;
/**
* Specify the title of the selectable tile
* @default "title"
*/
title?: string;
/**
* Specify the tabindex
* @default "0"