UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
InputNumber
/
useSelectionRange.d.ts
5 lines
(4 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
export
default
function
useSelectionRange
(
{ inputElement, inputValue, }: { inputElement: HTMLInputElement; inputValue:
string
; }
):
(
event
:
any
) =>
void
;