UNPKG
@sparklink-pro/apant
Version:
latest (2.0.1)
2.0.1
2.0.0
1.6.26
1.6.25
1.6.24
1.6.23
1.6.22
1.6.21
1.6.20
1.6.18
1.6.17
1.6.16
1.6.15
1.6.14
1.6.13
1.6.11
1.6.10
1.6.9
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.26
1.5.25
1.5.24
1.5.23
1.5.22
1.5.21
1.5.20
1.5.19
1.5.18
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
Apollo & Antd tools
@sparklink-pro/apant
/
dist
/
widgets
/
InputMasked.d.ts
7 lines
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
InputProps
}
from
'antd'
;
import
{
type
FactoryOpts
}
from
'imask'
;
export
declare
function
InputMasked
(
{ onChange, mask, ...props }:
InputProps
& { mask: FactoryOpts; }
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
InputMasked
;
//# sourceMappingURL=InputMasked.d.ts.map