UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 221 B
/** * Sets the selection range of an HTMLInputElement safely. */ export declare function safeSetSelection(element: HTMLInputElement, selectionStart: number, selectionEnd: number): void; export default safeSetSelection;