jsMain.history.BrowserHistory.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
package history
/**
* A browser history stores the current location in regular URLs in a web
* browser environment. This is the standard for most web apps and provides the
* cleanest URLs the browser's address bar.
*
* @see https://github.com/remix-run/history/tree/main/docs/api-reference.md#browserhistory
*/
external interface BrowserHistory : History