UNPKG

finpro

Version:
10 lines 327 B
export interface EventOptions { bubbles?: boolean; cancelable?: boolean; composed?: boolean; } export interface EventDispatcher<T> { (value: T, options?: EventOptions): void; } export declare function event(customName?: string): (protoOrDescriptor: any, name: string) => any; //# sourceMappingURL=event.d.ts.map