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

main.tanstack.table.core.ColumnDefTemplate.kt Maven / Gradle / Ivy

There is a newer version: 8.20.5-pre.809
Show newest version
// Automatically generated - do not modify!

@file:Suppress(
    "NOTHING_TO_INLINE",
)

package tanstack.table.core

sealed external interface ColumnDefTemplate /* string | ((props: TProps) -> any) */

inline fun  ColumnDefTemplate(
    source: String,
): ColumnDefTemplate =
    source.unsafeCast>()

inline fun  ColumnDefTemplate(
    source: (props: TProps) -> Any?,
): ColumnDefTemplate =
    source.unsafeCast>()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy