@types/vue-the-mask
TypeScript icon, indicating that this package has built-in type declarations

0.11.5 • Public • Published

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.

index.d.ts

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/vue-the-mask

Weekly Downloads

12,883

Version

0.11.5

License

MIT

Unpacked Size

3.31 kB

Total Files

5

Last publish

Collaborators

  • types