UNPKG

react-proforma

Version:

React Proforma helps you build simple to complex web forms with ease in React. -- Simplicity where you want it. Flexibility where you need it.

5 lines (4 loc) 123 B
/// <reference types="react" /> export interface IProps { } export declare function Debug(props: IProps): JSX.Element;