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