/** * UI Shell API * Public API surface for the UI Shell framework * * This module contains only type definitions and interfaces. * Import implementations from @hamak/ui-shell or '@hamak/ui-shell/impl' */ export * from './types/index.js'; export * from './api/index.js'; export * from './tokens/index.js'; //# sourceMappingURL=index.d.ts.map