UNPKG

@reginaldo-marinho/rucula-js

Version:

Crie telas em Minutos! 🚀

6 lines (5 loc) • 169 B
import { FieldInput } from "./FieldInput"; export declare class FieldTextArea extends FieldInput { create(): HTMLTextAreaElement; protected setEvents(): void; }