mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 04:13:02 +00:00
parent
ed395e42b7
commit
2b9e614e48
5 changed files with 6 additions and 6 deletions
|
@ -963,7 +963,7 @@ export interface DataTableRow {
|
|||
[key: string]: DataTableValue;
|
||||
}
|
||||
|
||||
export type DataTableRowId = string;
|
||||
export type DataTableRowId = any;
|
||||
|
||||
export interface DataTableCell {
|
||||
key: DataTableKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue