type TableComponentType<TProps> = (props) => OctaneNode;Defined in: types.ts:68
A component in a createTableHook component registry.
Structural on purpose (octane components are plain functions), so registries accept components declared in .tsrx, .tsx, or plain .ts alike.
TProps = any
TProps
OctaneNode