UNPKG

@spartacus/core

Version:

Spartacus - the core framework

12 lines (11 loc) 216 B
/** * Intended to be inherited by all other Spartacus' events. * * "One event to rule them all". */ export declare abstract class CxEvent { /** * Event's type */ static readonly type: string; }