UNPKG

aire

Version:
13 lines (12 loc) 315 B
export declare namespace Events { namespace NavigationEvent { const ITEM_CLICKED = "nav:item:clicked"; } namespace RouterEvent { const PROCESSING: string; const ERROR: string; const CANCELED: string; const SUCCESS: string; const COMPLETE: string; } }