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 • 465 B
TypeScript
export { ConfigProvider } from './client/context';
export { useConfig, useConfigValue, useConfigContext, useConfigProvider, useFeature, useEnv } from './client/hooks';
export { RuntimeConfigurationClient } from './runtime-config-client';
export { createRuntimeConfigClient } from './runtime-config-client';
export type { ConfigurationValue, TypedConfigurationValue, ConfigResult, CachedValue, ConfigApiResponse } from './types';
//# sourceMappingURL=client.d.ts.map