| 64 | * component-related properties. |
| 65 | */ |
| 66 | export interface HotTableProps extends ReplaceRenderersEditors<Handsontable.GridSettings> { |
| 67 | id?: string, |
| 68 | className?: string, |
| 69 | style?: CSSProperties, |
| 70 | children?: ReactNode |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Properties related to the HotColumn architecture. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…