UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

4 lines (3 loc) 226 B
import type { PillRootContext } from "./root.context.js"; import type { PillRowSpec } from "./types.js"; export declare function PillRowDefault(row: PillRowSpec, ctx: PillRootContext): import("react/jsx-runtime").JSX.Element;