UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

15 lines (14 loc) 275 B
export interface NovoFormGroup { layout?: any; controls: any[]; novoControls: any[]; fieldsets: any[]; value: any; valid?: boolean; getRawValue?: any; } export interface NovoFieldset { title?: string; icon?: string; controls: any[]; }