UNPKG

plus-midwayjs

Version:
10 lines (9 loc) 307 B
export declare const PLUS_CLS_EVENT_KEY = "decorator:plus:cls:event"; export declare function PlusEvent(): ClassDecorator; export declare const PLUS_EVENT_KEY = "decorator:plus:event"; /** * 事件 * @param eventName * @constructor */ export declare function Event(eventName?: string): MethodDecorator;