UNPKG

@westacks/vortex

Version:

Server-based routing for SPAs

13 lines (12 loc) 335 B
import { BProgressOptions } from '@bprogress/core'; import { VortexExtension } from '../index'; declare module '../index' { interface VortexConfig { progress?: boolean; } } /** * Vortex BProgress extension */ declare const bprogress: (config?: Partial<BProgressOptions>) => VortexExtension; export default bprogress;