UNPKG

ngx-config-form

Version:
12 lines (11 loc) 351 B
import { OnDestroy, OnInit } from '@angular/core'; import { BaseInput } from '../../../common/baseInput'; export declare class TextareaComponent extends BaseInput implements OnInit, OnDestroy { rows: number; isReadOnly: boolean; inputClass: string; propName: string; constructor(); ngOnInit(): void; ngOnDestroy(): void; }