UNPKG

@twobirds/microcomponents

Version:

Micro Components Organization Class

15 lines 370 B
interface McEvent { data: any; bubble: string; } declare class McEvent { #private; constructor(type: string, data?: any, bubble?: string); get type(): string; get stopped(): boolean; get immediateStopped(): boolean; stopPropagation(): void; stopImmediatePropagation(): void; } export { McEvent }; //# sourceMappingURL=McEvent.d.ts.map