Type Alias: TableProps
TableProps =
React.PropsWithChildren<{columns:number;hideColumnIndicators?:boolean|null; }>
Defined in: src/types.ts:138
Type of the Spreadsheet Table component props
TableProps =
React.PropsWithChildren<{columns:number;hideColumnIndicators?:boolean|null; }>
Defined in: src/types.ts:138
Type of the Spreadsheet Table component props