UNPKG

text-fields

Version:

TextFields is designed to create and manage text fields with advanced visuals and functionality, including dynamic notched outlines, floating labels, and adaptive text areas.

9 lines (7 loc) 216 B
export default class TextFields { constructor(); updateField(field: HTMLInputElement | HTMLTextAreaElement): void; init(): Promise<void>; } export default TextFields; //# sourceMappingURL=index.d.ts.map