UNPKG

@cn-ui/core

Version:

The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.

3 lines (2 loc) 153 B
import type { CellContext } from "../solidTable"; export declare function FormTableCell<T, D>(props: CellContext<T, D>): import("solid-js").JSX.Element;