Revert RadioTile tabindex

This commit is contained in:
Richard O'flynn 2020-12-01 17:08:23 +00:00
commit ef76f2cb58
4 changed files with 10 additions and 32 deletions

View file

@ -42,12 +42,6 @@ export interface RadioTileProps extends svelte.JSX.HTMLAttributes<HTMLElementTag
* @default ""
*/
name?: string;
/**
* Obtain a reference to the input HTML element
* @default null
*/
ref?: null | HTMLInputElement;
}
export default class RadioTile {