/** * UI Shell SPI (Service Provider Interface) * Extension points and provider interfaces for UI Shell customization * * Implement these interfaces to customize shell behavior: * - Storage providers (localStorage, cookies, etc.) * - Theme providers (CSS vars, styled-components, etc.) * - Router strategies (history, hash, memory) * - Layout templates * - Navigation guards * - Lifecycle hooks */ export * from '../api/index.js'; export * from './providers/index.js'; export * from './guards/index.js'; export * from './hooks/index.js'; export * from './slots/index.js'; //# sourceMappingURL=index.d.ts.map