UNPKG

oadp-material

Version:
10 lines (9 loc) 480 B
import * as React from 'react'; export declare const ValueWrapper: (NextFormComponent: React.ElementType, displayName: string) => { (props: any): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; export declare const DynamicPropWrapper: (prop: string, NextFormComponent: React.ElementType, displayName: string) => { (props: any): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; };