UNPKG

ng-layout-form

Version:

layout form

4 lines (3 loc) 199 B
import { CSSProperties } from 'react'; export declare function getFormStyle(formConf: any): CSSProperties; export declare function Label(formConf: any, item: any, required: boolean): JSX.Element;