UNPKG

angular-formio

Version:

The Form.io dynamic form and data management system for Angular.

11 lines (10 loc) 266 B
import { EventEmitter } from '@angular/core'; export interface FormioResourceMap { [name: string]: any; } export declare class FormioResources { resources: FormioResourceMap; error: EventEmitter<any>; onError: EventEmitter<any>; constructor(); }