mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
421 B
TypeScript
Executable File
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;
|