UNPKG

@sparklink-pro/apant

Version:

Apollo & Antd tools

7 lines 295 B
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