Fixed #5410 - Type 'string' is not assignable to type 'object'.
parent
d7c25df7b0
commit
688430587a
|
@ -1117,7 +1117,7 @@ export interface DataTableProps {
|
||||||
/**
|
/**
|
||||||
* Inline style of the table element.
|
* Inline style of the table element.
|
||||||
*/
|
*/
|
||||||
tableStyle?: object | undefined;
|
tableStyle?: string | object | undefined;
|
||||||
/**
|
/**
|
||||||
* Style class of the table element.
|
* Style class of the table element.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue