UNPKG

ng2-simple-forms

Version:

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

7 lines (6 loc) 250 B
import { OnInit } from '@angular/core'; import { ElementBaseComponent } from '../element-base/element-base.component'; export declare class TextAreaComponent extends ElementBaseComponent implements OnInit { constructor(); ngOnInit(): void; }