UNPKG

geminis-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.

15 lines (14 loc) 353 B
import { GnValidatorMessage } from 'geminis-ng-core'; export interface GnFormItemConfig { type: string; label: string; field?: string; showOrder: number; defaultValue?: any; validators?: GnValidatorMessage[]; colspan?: number; rowspan?: number; options?: any; visible?: string | boolean; display?: boolean; }