UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

5 lines (4 loc) 161 B
export default function useSelectionRange({ inputElement, inputValue, }: { inputElement: HTMLInputElement; inputValue: string; }): (event: any) => void;