mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
prepack
This commit is contained in:
parent
8b18d16a6d
commit
e3a152fc7d
2 changed files with 2 additions and 2 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