UNPKG

@smyld/vue-property-decorator

Version:

SMYLD Fork version of vue-property-decorator to port the latest version of vue-class-component

8 lines (7 loc) 274 B
import { Vue } from 'vue-class-component'; /** * decorator of an event-emitter function * @param event The name of the event * @return MethodDecorator */ export declare function Emit(event?: string): (_target: Vue, propertyKey: string, descriptor: any) => void;