UNPKG

@1771technologies/lytenyte-pro

Version:

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

13 lines (12 loc) 553 B
import { type JSX } from "react"; import type { PillRowSpec } from "./types.js"; export declare const PillRow: import("react").ForwardRefExoticComponent<{ readonly row: PillRowSpec; } & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes<HTMLDivElement>>; export declare namespace PillRow { type Props = { readonly row: PillRowSpec; } & Omit<JSX.IntrinsicElements["div"], "ref">; }