mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Move DataTableSkelton 3119restProps to container
This commit is contained in:
parent
f17b35d848
commit
3c59a6cff0
3 changed files with 7 additions and 4 deletions
|
@ -3,7 +3,7 @@ import { DataTableHeader } from "../DataTable/DataTable";
|
|||
|
||||
export interface DataTableSkeletonProps
|
||||
extends DataTableHeader,
|
||||
svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["table"]> {
|
||||
svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["div"]> {
|
||||
/**
|
||||
* Specify the number of columns
|
||||
* Superseded by `headers` if `headers` is a non-empty array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue