mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
parent
ed395e42b7
commit
2b9e614e48
5 changed files with 6 additions and 6 deletions
|
@ -2431,9 +2431,9 @@
|
|||
"ts": "interface DataTableRow { id: any; [key: string]: DataTableValue; }"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"type": "any",
|
||||
"name": "DataTableRowId",
|
||||
"ts": "type DataTableRowId = string"
|
||||
"ts": "type DataTableRowId = any"
|
||||
},
|
||||
{
|
||||
"type": "{ key: DataTableKey; value: DataTableValue; display?: (item: Value) => DataTableValue; }",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue