Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Sep 21, 2024
1 parent c0b03a2 commit 812c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ export type TableRowAttributes<T> =
export interface RowClassNameParams<T> {
row: T;
rowIndex: number;
rowKey: string;
rowKey?: string;
type?: 'body' | 'foot';
}

Expand Down

0 comments on commit 812c426

Please sign in to comment.