synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
9 lines • 401 B
TypeScript
import { CellContext } from '@tanstack/react-table';
import { EntityIdAndVersionNumber } from './TableCellTypes';
/**
* Renders Entity Badges using the entity bundle.
* @param props
* @returns
*/
export declare function EntityBadgeIconsCell<T extends EntityIdAndVersionNumber>(props: CellContext<T, any>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityBadgeIconsCell.d.ts.map