From 8578c6d5c51dbc7c0b2c5fc0af81fcd90c0d23ae Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 10 Nov 2024 15:37:11 -0800 Subject: [PATCH] Update DataTable.svelte.d.ts --- types/DataTable/DataTable.svelte.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/DataTable/DataTable.svelte.d.ts b/types/DataTable/DataTable.svelte.d.ts index ad8172a8..89dd9303 100644 --- a/types/DataTable/DataTable.svelte.d.ts +++ b/types/DataTable/DataTable.svelte.d.ts @@ -188,7 +188,7 @@ export type DataTableProps = Omit<$RestProps, keyof $Props> & $Props; export default class DataTable< - Row extends DataTableRow = DataTableRow + Row extends DataTableRow = DataTableRow, > extends SvelteComponentTyped< DataTableProps, {