6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
declare const _default: import("history").HashHistory;
|
|
/**
|
|
* Create a default instance for the current document.
|
|
*/
|
|
export default _default;
|