UNPKG

form-associated-helpers

Version:

A collection of reusable mixins + helpers for working with form associated custom elements.

7 lines (6 loc) 243 B
export type TextareaGetters = { get textLength (): HTMLTextAreaElement["textLength"] get selectionStart (): HTMLTextAreaElement["selectionStart"] get selectionEnd (): HTMLTextAreaElement["selectionEnd"] get isUserInvalid (): boolean }