UNPKG

@1771technologies/lytenyte-pro

Version:

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

7 lines (6 loc) 218 B
import type { RowLayout } from "../../+types.js"; export declare const RowHandler: (props: { rows: RowLayout<any>[]; withStyles?: boolean; pinned?: boolean; }) => import("react/jsx-runtime").JSX.Element[];