Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit fab6c29

Browse files
committed
fix(table.d.ts): prop descriptions
1 parent e091f32 commit fab6c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte-materialify/@types/Table.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ interface TableProps {
55
dense?: boolean;
66
/** Make the header be sticky and remain visible through scrolling */
77
fixedHeader?: boolean;
8-
/** classes added to the row */
8+
/** classes added to the table */
99
class?: string;
10-
/** styles added to the row */
10+
/** styles added to the table */
1111
style?: string;
1212
}
1313

0 commit comments

Comments
 (0)