mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
This commit is contained in:
parent
7459fdb08b
commit
827a9822e7
4 changed files with 5 additions and 3 deletions
3
types/DataTable/DataTable.d.ts
vendored
3
types/DataTable/DataTable.d.ts
vendored
|
@ -35,7 +35,8 @@ export interface DataTableCell {
|
|||
value: DataTableValue;
|
||||
}
|
||||
|
||||
export interface DataTableProps {
|
||||
export interface DataTableProps
|
||||
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["div"]> {
|
||||
/**
|
||||
* Specify the data table headers
|
||||
* @default []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue