@table-library/react-table-library
Version:
react-table-library
8 lines (7 loc) • 403 B
TypeScript
import { TableNode } from '@table-library/react-table-library/types/table';
import { CellTreeProps } from '@table-library/react-table-library/types/tree';
export declare type Size = {
height: string;
width: string;
};
export declare const CellTree: <T extends TableNode>({ item, treeIcon, children, ...passThrough }: CellTreeProps<T>) => import("@emotion/react/jsx-runtime").JSX.Element;