UNPKG

@hickory/browser

Version:

Hickory's browser history

5 lines (4 loc) 371 B
import { HistoryConstructor, HistoryOptions, History, LocationComponents, SessionLocation, PartialLocation, Hrefable } from "@hickory/root"; export { HistoryConstructor, HistoryOptions, History, SessionLocation, PartialLocation, Hrefable, LocationComponents }; export declare type BrowserHistoryOptions = HistoryOptions; export declare type BrowserHistory = History;