synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
12 lines • 452 B
TypeScript
import { JSONPrimitiveType } from './JSONRendererUtils';
type JSONObjectRendererProps = {
value: Record<string, JSONPrimitiveType>;
};
/**
* Handles rendering a JSON object where all values are JSON primitives in a Synapse table cell.
* @param props
* @constructor
*/
export declare function JSONObjectRenderer(props: JSONObjectRendererProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=JSONObjectRenderer.d.ts.map