@gechiui/dom
Version:
DOM utilities module for GeChiUI.
8 lines • 347 B
TypeScript
/**
* Places the caret at start or end of a given element.
*
* @param {HTMLElement} container Focusable element.
* @param {boolean} isReverse True for end, false for start.
*/
export default function placeCaretAtHorizontalEdge(container: HTMLElement, isReverse: boolean): void;
//# sourceMappingURL=place-caret-at-horizontal-edge.d.ts.map