Installation
npm install --save @types/vue-the-mask
Summary
This package contains type definitions for vue-the-mask (https://github.com/vuejs-tips/vue-the-mask).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-the-mask.
import { Component, DirectiveFunction, PluginObject } from "vue";
declare namespace VueTheMaskPlugin {
interface VueStatic {
(): void;
}
}
interface VueTheMaskPlugin extends PluginObject<undefined> {
mask: DirectiveFunction;
TheMask: Component;
}
declare const VueTheMask: VueTheMaskPlugin;
export = VueTheMask;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: vue
Credits
These definitions were written by Dominik Schmidt.