UNPKG

ng-layout-form

Version:

layout form

22 lines (21 loc) 868 B
/// <reference types="react" /> import { formConfProps } from '../config/interface'; import './index.less'; import { FormInfo } from './interface'; export type { FormInfo } from './interface'; export declare const FormLayout: import("react").ForwardRefExoticComponent<Omit<{ id?: string | undefined; config?: formConfProps.FormFieldSet | undefined; setConfig?: ((config: formConfProps.FormFieldSet) => formConfProps.FormFieldSet) | undefined; confKey?: string[] | undefined; style?: import("react").CSSProperties | undefined; className?: any; onLoad?: (() => void) | undefined; initSc?: any; formConf?: any; disabledNotify?: boolean | undefined; } & { formConf?: any; } & FormInfo & { id?: string | undefined; }, "outRef"> & import("react").RefAttributes<import("ng-lib-tsx").ICurrentObject<any>>>;