UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

7 lines (6 loc) 340 B
import React from 'react'; export default function RouteSwitcher(props: { requiresToken: () => boolean; }): import("react/jsx-runtime").JSX.Element; export declare function PreviousRouteProvider({ children }: React.PropsWithChildren<{}>): import("react/jsx-runtime").JSX.Element; export declare function useHasPreviousRoute(): boolean;