/** * @hamak/ui-shell * UI Shell Framework - Application shell with theming, routing, and layout management * * Import paths: * - @hamak/ui-shell - Full implementation (includes API and SPI) * - @hamak/ui-shell/api - API types and interfaces only * - @hamak/ui-shell/spi - Service Provider Interfaces for extensions */ export * from './impl/index.js'; //# sourceMappingURL=index.d.ts.map