UNPKG

react-simple-json-viewer

Version:

A basic lightweight React component for viewing data in an expandable way.

13 lines (10 loc) 298 B
declare module 'react-simple-json-viewer' { import { CSSInterpolation } from '@emotion/serialize' export type ReactSimpleJsonViewerProps = { data: any css: CSSInterpolation } export default function JSONViewer( props: ReactSimpleJsonViewerProps ): JSX.Element }