diff --git a/types/index.d.ts b/types/index.d.ts index d738346e4..d65c127b4 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -29,7 +29,7 @@ export interface MaterialTableProps { icons?: Icons; isLoading?: boolean; title?: string | React.ReactElement; - options?: Options; + options?: Options; parentChildData?: (row: RowData, rows: RowData[]) => RowData | undefined; localization?: Localization; onChangeRowsPerPage?: (pageSize: number) => void; @@ -274,7 +274,7 @@ export interface Icons { Retry?: React.ForwardRefExoticComponent>; } -export interface Options { +export interface Options { actionsCellStyle?: React.CSSProperties; detailPanelColumnStyle?: React.CSSProperties; editCellStyle?: React.CSSProperties;