UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

11 lines (10 loc) 273 B
/// <reference types="react" /> /// <reference types="styled-jsx" /> interface IProps { name: string; children: any; data: any[]; field: string; } declare const _default: import("react").MemoExoticComponent<(props: IProps) => any>; export default _default;