Revert "v0.12.3"

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

5
types/index.d.ts vendored
View file

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