// Type definitions for vue-clickaway2 2.3 // Project: https://github.com/silverspectro/vue-clickaway2 // Definitions by: Khoa Nguyen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 3.6 import Vue, { ComponentOptions, DirectiveOptions } from 'vue'; export const directive: DirectiveOptions; export const mixin: ComponentOptions | typeof Vue;