chore(examples): update typescript example

This commit is contained in:
Eric Liu 2020-09-13 12:36:12 -07:00
commit efbb61b646
9 changed files with 328 additions and 101 deletions

2
types/index.d.ts vendored
View file

@ -1484,7 +1484,7 @@ export class Grid extends CarbonSvelteComponent {
noGutterRight?: boolean;
};
$$slot_def: { default: {} };
$$slot_def: { default: { } };
}
export class Header extends CarbonSvelteComponent {