UNPKG

@titou10/v-mask

Version:

mask directive for vue.js that exposes the unmasked value

8 lines (7 loc) 279 B
declare function bind(el: any, binding: any, vnode: any): void; declare function componentUpdated(el: any, binding: any, vnode: any, oldVnode: any): void; declare const _default: { bind: typeof bind; componentUpdated: typeof componentUpdated; }; export default _default;