mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.18.0
This commit is contained in:
parent
ccc44561b9
commit
b4b3c0e4a1
5 changed files with 292 additions and 17 deletions
8
types/index.d.ts
vendored
8
types/index.d.ts
vendored
|
@ -1,4 +1,4 @@
|
|||
// Type definitions for carbon-components-svelte 0.17.0
|
||||
// Type definitions for carbon-components-svelte 0.18.0
|
||||
// Project: https://github.com/IBM/carbon-components-svelte
|
||||
|
||||
export class CarbonSvelteComponent {
|
||||
|
@ -851,7 +851,11 @@ export class DataTable extends CarbonSvelteComponent {
|
|||
stickyHeader?: boolean;
|
||||
};
|
||||
|
||||
$$slot_def: { "expanded-row": { row: any } };
|
||||
$$slot_def: {
|
||||
"cell-header": { header: any };
|
||||
cell: { row: any; cell: any };
|
||||
"expanded-row": { row: any };
|
||||
};
|
||||
}
|
||||
|
||||
export class DataTableSkeleton extends CarbonSvelteComponent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue