UNPKG

@sparklink-pro/apant

Version:

Apollo & Antd tools

9 lines 299 B
import { FactoryArg } from 'imask'; import 'imask/esm/masked/number'; export declare const useInputMask: (opts: FactoryArg) => { attach: (input: HTMLInputElement) => void; detach: () => void; refresh: () => void; }; export default useInputMask; //# sourceMappingURL=useInputMask.d.ts.map