// 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;