/** * GLOBAL INITIALIZATION / SIDE EFFECTS * The following imports are executed immediately when the package is loaded. * They do not export members but are required for the SDK to function */ /** Injects global styles and CSS variables. */ /** Sets up the internationalization engine and locales. */ /** * Main entry point for @sisense/sdk-ui package. * All exports flow through the public-api gateway which organizes exports by stability level */ export * from './public-api'; /** * Modules — each module owns its exports through its own public-api gateway; * the root entry re-exports every module so the full surface stays available here. */ export * from './modules/query';