UNPKG
antd-mask-input
Version:
alpha (2.0.5-rc3)
latest (2.0.7)
2.0.7
2.0.6
2.0.5
2.0.5-rc3
2.0.5-rc2
2.0.5-rc1
2.0.4
2.0.3
2.0.0
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.0.4
0.0.3
0.0.2
Ant Design Mask Input
github.com/antoniopresto/antd-mask-input
antoniopresto/antd-mask-input
antd-mask-input
/
build
/
module
/
index.d.ts
4 lines
(3 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
import
Input
, {
IMask
}
from
'./lib/MaskedInput'
;
export
{
IMask
,
Input
as
MaskedInput
};
export
default
Input
;