UNPKG
@umijs/history
Version:
beta (5.0.0-beta.1)
latest (5.3.1)
5.3.1
5.3.0
5.0.0-beta.1
Manage session history with JavaScript
github.com/umi-contribute/history
umi-contribute/history
@umijs/history
/
browser.d.ts
6 lines
(5 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
_
default
: import(
"@umijs/history"
).BrowserHistory;
/** * Create a default instance for the current document. */
export
default
_
default
;