This commit is contained in:
Eric Liu 2020-09-16 12:41:42 -07:00
commit 6567a68a54
3 changed files with 12 additions and 0 deletions

5
types/index.d.ts vendored
View file

@ -317,6 +317,11 @@ export class ClickableTile extends CarbonSvelteComponent {
* @default false
*/
light?: boolean;
/**
* Set the `href`
*/
href?: string;
};
$$slot_def: { default: {} };