@datamonsterr/vdt-dashboard
Version:
8 lines • 336 B
TypeScript
import React from 'react';
import type { AuthContextType } from './AuthContext';
interface AuthConsumerProps {
children: (auth: AuthContextType) => React.ReactNode;
}
export declare function AuthConsumer({ children }: AuthConsumerProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=AuthConsumer.d.ts.map