UNPKG
react-use-locale-number-input
Version:
latest (1.0.0)
1.0.0
A React hook for formatting number inputs based on the user's locale.
react-use-locale-number-input
/
dist
/
cjs
/
__tests__
/
ControlledInput.d.ts
4 lines
(3 loc)
•
114 B
TypeScript
View Raw
1
2
3
4
export
default
ControlledInput
; declare
function
ControlledInput
(
):
React
.
JSX
.
Element
;
import
React
from
"react"
;