UNPKG

angular-dynamic-forms-lite

Version:
5 lines (4 loc) 149 B
import { Type } from "@angular/core"; export declare type FormFieldComponentType = Type<FormFieldComponent>; export interface FormFieldComponent { }