Skip to content

Commit

Permalink
Fixed #5410 - Type 'string' is not assignable to type 'object'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Mar 13, 2024
1 parent d7c25df commit 6884305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/datatable/DataTable.d.ts
Expand Up @@ -1117,7 +1117,7 @@ export interface DataTableProps {
/**
* Inline style of the table element.
*/
tableStyle?: object | undefined;
tableStyle?: string | object | undefined;
/**
* Style class of the table element.
*/
Expand Down

0 comments on commit 6884305

Please sign in to comment.