UNPKG

angular-formio

Version:

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

16 lines (15 loc) 331 B
export interface FormioAuthFormConfig { path?: string; form?: string; component?: any; } export interface FormioAuthRouteConfig { auth?: any; login?: any; register?: any; } export declare class FormioAuthConfig { component?: any; login?: FormioAuthFormConfig; register?: FormioAuthFormConfig; }