This commit is contained in:
Eric Liu 2020-09-16 12:43:36 -07:00
commit e197178a99
4 changed files with 15 additions and 3 deletions

7
types/index.d.ts vendored
View file

@ -1,4 +1,4 @@
// Type definitions for carbon-components-svelte 0.12.2
// Type definitions for carbon-components-svelte 0.12.3
// Project: https://github.com/IBM/carbon-components-svelte
export class CarbonSvelteComponent {
@ -317,6 +317,11 @@ export class ClickableTile extends CarbonSvelteComponent {
* @default false
*/
light?: boolean;
/**
* Set the `href`
*/
href?: string;
};
$$slot_def: { default: {} };