UNPKG

react-azure-config

Version:

🚀 The Ultimate Multi-App Configuration Library! CRITICAL BUG FIXES: Prefixed environment keys no longer sent to Azure. Complete architectural redesign with bulletproof fallback system. Enterprise-grade Azure integration and monorepo support.

6 lines • 455 B
import React from 'react'; import type { AppInsightsContextValue, AppInsightsProviderProps } from './types'; export declare function AppInsightsProvider({ children, config: providedConfig, connectionString: overrideConnectionString }: AppInsightsProviderProps): React.JSX.Element; export declare const useAppInsightsContext: () => AppInsightsContextValue; export declare const useAppInsightsAvailable: () => boolean; //# sourceMappingURL=provider.d.ts.map