UNPKG

1.05 kBJavaScriptView Raw
1/**
2 * react-router v7.7.1
3 *
4 * Copyright (c) Remix Software Inc.
5 *
6 * This source code is licensed under the MIT license found in the
7 * LICENSE.md file in the root directory of this source tree.
8 *
9 * @license MIT
10 */
11"use client";
12import {
13 Await,
14 BrowserRouter,
15 Form,
16 HashRouter,
17 HistoryRouter,
18 Link,
19 Links,
20 MemoryRouter,
21 Meta,
22 NavLink,
23 Navigate,
24 Outlet,
25 Route,
26 Router,
27 RouterProvider,
28 Routes,
29 ScrollRestoration,
30 StaticRouter,
31 StaticRouterProvider,
32 WithComponentProps,
33 WithErrorBoundaryProps,
34 WithHydrateFallbackProps
35} from "./chunk-IZ57JD2V.mjs";
36export {
37 Await,
38 BrowserRouter,
39 Form,
40 HashRouter,
41 Link,
42 Links,
43 MemoryRouter,
44 Meta,
45 NavLink,
46 Navigate,
47 Outlet,
48 Route,
49 Router,
50 RouterProvider,
51 Routes,
52 ScrollRestoration,
53 StaticRouter,
54 StaticRouterProvider,
55 WithComponentProps as UNSAFE_WithComponentProps,
56 WithErrorBoundaryProps as UNSAFE_WithErrorBoundaryProps,
57 WithHydrateFallbackProps as UNSAFE_WithHydrateFallbackProps,
58 HistoryRouter as unstable_HistoryRouter
59};