UNPKG

247 BTypeScriptView Raw
1import Vue from 'vue';
2/**
3 * decorator of an event-emitter function
4 * @param event The name of the event
5 * @return MethodDecorator
6 */
7export declare function Emit(event?: string): (_target: Vue, propertyKey: string, descriptor: any) => void;