mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.12.0
This commit is contained in:
parent
4f69b19dfc
commit
d250a0c3cc
16 changed files with 167 additions and 155 deletions
4
types/index.d.ts
vendored
4
types/index.d.ts
vendored
|
@ -1,4 +1,4 @@
|
|||
// Type definitions for carbon-components-svelte 0.11.0
|
||||
// Type definitions for carbon-components-svelte 0.12.0
|
||||
// Project: https://github.com/IBM/carbon-components-svelte
|
||||
|
||||
export class CarbonSvelteComponent {
|
||||
|
@ -1484,7 +1484,7 @@ export class Grid extends CarbonSvelteComponent {
|
|||
noGutterRight?: boolean;
|
||||
};
|
||||
|
||||
$$slot_def: { default: { } };
|
||||
$$slot_def: { default: {} };
|
||||
}
|
||||
|
||||
export class Header extends CarbonSvelteComponent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue