Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/react-router/dist/lib/components.d.ts

    rd565449 r0c6b92a  
    2626 * A `<Router>` that stores all entries in memory.
    2727 *
    28  * @see https://reactrouter.com/router-components/memory-router
     28 * @see https://reactrouter.com/v6/router-components/memory-router
    2929 */
    3030export declare function MemoryRouter({ basename, children, initialEntries, initialIndex, future, }: MemoryRouterProps): React.ReactElement;
     
    4242 * `useNavigate` hook instead.
    4343 *
    44  * @see https://reactrouter.com/components/navigate
     44 * @see https://reactrouter.com/v6/components/navigate
    4545 */
    4646export declare function Navigate({ to, replace, state, relative, }: NavigateProps): null;
     
    5151 * Renders the child route's element, if there is one.
    5252 *
    53  * @see https://reactrouter.com/components/outlet
     53 * @see https://reactrouter.com/v6/components/outlet
    5454 */
    5555export declare function Outlet(props: OutletProps): React.ReactElement | null;
     
    9898 * Declares an element that should be rendered at a certain URL path.
    9999 *
    100  * @see https://reactrouter.com/components/route
     100 * @see https://reactrouter.com/v6/components/route
    101101 */
    102102export declare function Route(_props: RouteProps): React.ReactElement | null;
     
    117117 * in web browsers or a `<StaticRouter>` for server rendering.
    118118 *
    119  * @see https://reactrouter.com/router-components/router
     119 * @see https://reactrouter.com/v6/router-components/router
    120120 */
    121121export declare function Router({ basename: basenameProp, children, location: locationProp, navigationType, navigator, static: staticProp, future, }: RouterProps): React.ReactElement | null;
     
    128128 * that best matches the current location.
    129129 *
    130  * @see https://reactrouter.com/components/routes
     130 * @see https://reactrouter.com/v6/components/routes
    131131 */
    132132export declare function Routes({ children, location, }: RoutesProps): React.ReactElement | null;
     
    149149 * `<Routes>` to create a route config from its children.
    150150 *
    151  * @see https://reactrouter.com/utils/create-routes-from-children
     151 * @see https://reactrouter.com/v6/utils/create-routes-from-children
    152152 */
    153153export declare function createRoutesFromChildren(children: React.ReactNode, parentPath?: number[]): RouteObject[];
Note: See TracChangeset for help on using the changeset viewer.