DefinitelyTyped/types/vue-clickaway/index.d.ts
Khoa Nguyen c79ad1cd46 feat(@types/vue-clickaway): create types (#38962)
* feat(@types/vue-clickaway): create types

* fix: rename to vue-clickaway-tests.ts
2019-10-09 17:05:41 -07:00

10 lines
421 B
TypeScript
Executable File

// Type definitions for vue-clickaway 2.2
// Project: https://github.com/simplesmiler/vue-clickaway
// 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;