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, {