All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.tanstack.react.table.flexRender.kt Maven / Gradle / Ivy

There is a newer version: 8.20.5-pre.809
Show newest version
@file:JsModule("@tanstack/react-table")
@file:JsNonModule

package tanstack.react.table

import react.ReactNode
import tanstack.table.core.ColumnDefTemplate

external fun  flexRender(
    Comp: ColumnDefTemplate T>?,
    props: T
): ReactNode?




© 2015 - 2024 Weber Informatics LLC | Privacy Policy