/** * @fileoverview Core library module exports. * * This module exports the centralized infrastructure for the React library: * - Configuration management system * - React environment detection and conflict resolution * * @module core */ export * from './config'; export * from './react-env';