/** * Type definitions for router constants */ /** * Navigation event name constant * Used internally by the router * * - In hash mode: 'hashchange' * - In history mode: 'popstate' */ export const SvelteSPARouterNavigationEvent: 'popstate';