@1771technologies/lytenyte-pro
Version:
Blazingly fast headless React data grid with 100s of features.
7 lines (6 loc) • 447 B
TypeScript
import type { Column } from "../+types";
import type { PathLeaf } from "@1771technologies/lytenyte-shared";
export interface ColumnManagerLeafProps {
readonly item: PathLeaf<Column<any>>;
}
export declare const Leaf: import("react").ForwardRefExoticComponent<Omit<ColumnManagerLeafProps & import("react").ClassAttributes<HTMLLIElement> & import("react").LiHTMLAttributes<HTMLLIElement>, "ref"> & import("react").RefAttributes<HTMLLIElement>>;