UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

8 lines 908 B
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