Skip to content

Commit

Permalink
vue: allow any mask
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jul 11, 2023
1 parent ffb3ae7 commit b90e1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-imask/src/props.ts
Expand Up @@ -3,7 +3,7 @@ import { type FactoryOpts, type MaskedDynamicOptions } from 'imask';

export default {
// common
mask: Object as PropType<FactoryOpts['mask']>,
mask: undefined as unknown as PropType<FactoryOpts['mask']>,
prepare: Function as PropType<FactoryOpts['prepare']>,
prepareChar: Function as PropType<FactoryOpts['prepareChar']>,
validate: Function as PropType<FactoryOpts['validate']>,
Expand Down

0 comments on commit b90e1b8

Please sign in to comment.