synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 908 B
TypeScript
import { CellContext, HeaderContext } from '@tanstack/react-table';
import { EntityHeaderOrDummy } from './EntityHeaderTable';
export declare function EntityHeaderNameCell(props: CellContext<EntityHeaderOrDummy, string | null>): import("react/jsx-runtime").JSX.Element;
export declare function EntityHeaderIDCell(props: CellContext<EntityHeaderOrDummy, string | null>): import("react/jsx-runtime").JSX.Element;
export declare function EntityHeaderTypeCell(props: CellContext<EntityHeaderOrDummy, string | null>): import("react/jsx-runtime").JSX.Element;
export declare function CheckBoxHeader<TData = never, TValue = never>(props: HeaderContext<TData, TValue>): import("react/jsx-runtime").JSX.Element;
export declare function CheckBoxCell<TData = never, TValue = never>(props: CellContext<TData, TValue>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityHeaderTableCellRenderers.d.ts.map