UNPKG

@datamonsterr/vdt-dashboard

Version:
7 lines 269 B
import type { ReactNode } from 'react'; import type { View } from '../types'; export declare function ProtectedView({ children }: { children: ReactNode; fallbackView: View; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ProtectedView.d.ts.map