UNPKG

@manojadams/metaforms

Version:
11 lines (10 loc) 366 B
/// <reference types="react" /> import { IRenderField } from "../../constants/common-interface"; declare function FormControlType(props: any): JSX.Element; export declare function FormControl({ theme, props, cField, sync }: { theme: string; props: IRenderField; cField: any; sync: Function; }): JSX.Element; export default FormControlType;