UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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