Fixed #5410 - Type 'string' is not assignable to type 'object'.

pull/5383/head^2
tugcekucukoglu 2024-03-13 11:56:02 +03:00
parent d7c25df7b0
commit 688430587a
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/