UNPKG

ng2-simple-forms

Version:

A simple(ish) module for creating accessible, reactive forms.

10 lines (9 loc) 278 B
import { OnInit } from '@angular/core'; import { LabelConfig } from '../../../../simple-forms.types'; export declare class LabelComponent implements OnInit { labelConfig: LabelConfig; cssParent: string; labelStyle: string; constructor(); ngOnInit(): void; }