UNPKG

corello

Version:

Main Kernel

7 lines (6 loc) 175 B
import { IEvent } from './meta'; export declare class Event<T> implements IEvent<T> { type: string; info?: T; constructor(type: string, info?: T, ctx?: string); }