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

12 lines 469 B
type ComplexJSONRendererProps = { value: any; }; /** * Handles rendering any complex JSON value in a Synapse table cell. This generally acts as a fallback renderer if the * JSON data doesn't have a simple structure handled by a different renderer. * @param props * @constructor */ export declare function ComplexJSONRenderer(props: ComplexJSONRendererProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ComplexJSONRenderer.d.ts.map