oadp-material
Version:
oadp-material
10 lines (9 loc) • 480 B
TypeScript
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;
};