UNPKG

react-json-ui

Version:

React components capable of building UIs out of a JSON file.

7 lines (6 loc) 153 B
/// <reference types="react" /> interface HelloProps { name: string; } export declare const Hello: ({ name }: HelloProps) => JSX.Element; export {};