UNPKG

vue-mask-next

Version:

vue-mask-next: Empower your Vue 3 applications with effortless input field masking. Seamlessly apply custom patterns for enhanced user experience and data accuracy.

6 lines (5 loc) 141 B
declare module "vue-3-mask" { import { App } from "vue"; export const MaskInput: any; export const install: (app: App) => void; }