UNPKG

ng-layout-form

Version:

layout form

11 lines (10 loc) 251 B
/// <reference types="react" /> export declare type IditorProps = { onChange: any; value: any; className: string; style: React.CSSProperties; }; export declare type ObjEditorProps = { config: Array<any>; } & IditorProps;