UNPKG
jltd-rc-input-number
Version:
latest (4.4.27)
4.4.27
4.4.26
4.4.25
4.4.24
4.4.23
4.4.22
4.4.21
4.4.20
4.4.19
4.4.18
4.4.17
4.4.16
4.4.15
4.4.14
4.4.13
4.4.12
4.4.11
4.4.10
4.4.9
4.4.8
4.4.7
4.4.6
4.4.5
React input-number component
jltd-rc-input-number
/
es
/
index.js
5 lines
•
110 B
JavaScript
View Raw
1
2
3
4
5
import
Big
from
'./big'
;
import
Normal
from
'./normal'
;
// @ts-ignore
Normal
.
Big
=
Big
;
export
default
Normal
;