AnyRender

typealias AnyRender = (comp: Any?, props: Any?) -> Any?

Generic render signature accepting a component and its props. Provided for adapter layers that wire table-core into a UI framework.