Skip to content

Commit 92f14fa

Browse files
committed
Update DataTable.svelte.d.ts
1 parent 500f6ef commit 92f14fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/DataTable/DataTable.svelte.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export type DataTableProps<Row> = Omit<$RestProps, keyof $Props<Row>> &
188188
$Props<Row>;
189189

190190
export default class DataTable<
191-
Row extends DataTableRow = DataTableRow
191+
Row extends DataTableRow = DataTableRow,
192192
> extends SvelteComponentTyped<
193193
DataTableProps<Row>,
194194
{

0 commit comments

Comments
 (0)