vue-clickaway2
Version:
Reusable clickaway directive for reusable Vue.js components
9 lines (8 loc) • 423 B
TypeScript
// Type definitions for vue-clickaway2 2.3
// Project: https://github.com/silverspectro/vue-clickaway2
// Definitions by: Khoa Nguyen <https://github.com/khoanguyen96>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.6
import Vue, { ComponentOptions, DirectiveOptions } from 'vue';
export const directive: DirectiveOptions;
export const mixin: ComponentOptions<Vue> | typeof Vue;