UNPKG

@zag-js/dom-query

Version:

The dom helper library for zag.js machines

5 lines (3 loc) 231 B
declare function isCaretAtStart(input: HTMLInputElement | HTMLTextAreaElement | null): boolean; declare function setCaretToEnd(input: HTMLInputElement | HTMLTextAreaElement | null): void; export { isCaretAtStart, setCaretToEnd };