mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
Update DataTable.svelte.d.ts
This commit is contained in:
parent
e0ffc97b29
commit
8578c6d5c5
1 changed files with 1 additions and 1 deletions
2
types/DataTable/DataTable.svelte.d.ts
vendored
2
types/DataTable/DataTable.svelte.d.ts
vendored
|
@ -188,7 +188,7 @@ export type DataTableProps<Row> = Omit<$RestProps, keyof $Props<Row>> &
|
||||||
$Props<Row>;
|
$Props<Row>;
|
||||||
|
|
||||||
export default class DataTable<
|
export default class DataTable<
|
||||||
Row extends DataTableRow = DataTableRow
|
Row extends DataTableRow = DataTableRow,
|
||||||
> extends SvelteComponentTyped<
|
> extends SvelteComponentTyped<
|
||||||
DataTableProps<Row>,
|
DataTableProps<Row>,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue