hash.d.ts 168 B

12345
  1. declare const _default: import("history").HashHistory<import("history").State>;
  2. /**
  3. * Create a default instance for the current document.
  4. */
  5. export default _default;