Skip to content

Commit

Permalink
feat(table): update row data type
Browse files Browse the repository at this point in the history
  • Loading branch information
jialin-he committed Mar 7, 2024
1 parent 0a1f1fe commit 01f4343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pharos/src/components/table/pharos-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type ColumnSpecification = {
};

export type RowData = {
[key: string]: string;
[key: string]: unknown;
};

/**
Expand Down

0 comments on commit 01f4343

Please sign in to comment.