UNPKG
react-numeric-component
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
react-component react currency input number number-format mask
react-numeric-component
/
dist
/
components
/
NumberFormatBase
/
NumberFormatBase.d.ts
4 lines
(3 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{
NumberFormatBaseProps
,
InputAttributes
}
from
'../../type'
;
export
default
function
NumberFormatBase
<
BaseType
=
InputAttributes
>(
props
:
NumberFormatBaseProps
<
BaseType
>):
React
.
ReactElement
;