UNPKG

angular-dynamic-forms-lite

Version:
8 lines (7 loc) 297 B
import { FormFieldGroupComponent } from "./form-field-group-component"; import { FormRootDirective } from "../../form/form-root.directive"; export declare class GroupComponent implements FormFieldGroupComponent { name: string; formRoot: FormRootDirective; constructor(name: string); }