@appkitreact/react-table-library
Version:
fork of react-table-library to support react 18 version
8 lines (7 loc) • 399 B
TypeScript
import { TableNode } from '@appkitreact/react-table-library/types/table';
import { CellTreeProps } from '@appkitreact/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;