6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
declare const _default: import("history").BrowserHistory<import("history").State>;
|
|
/**
|
|
* Create a default instance for the current document.
|
|
*/
|
|
export default _default;
|