/** * @happyvertical/smrt-svelte * * Top-of-stack Svelte 5 integration layer for SMRT: the app `Provider`, auth / * AI hooks, browser-AI adapters, server-side i18n, and the domain-aware * composite components (module, workspace, forms). * * Domain-agnostic UI primitives, the i18n client, the theme system, and the * module UI registry now live in `@happyvertical/smrt-ui` — import those from * there (e.g. `@happyvertical/smrt-ui/ui`, `@happyvertical/smrt-ui/i18n`). The * agent-admin shells (AgentAdminPanel / AgentAdminTabs / AgentSettingsShell) * moved to `@happyvertical/smrt-agents/svelte`. */ export * from './components/forms/index.js'; export * from './components/module/index.js'; export * from './data-surface.js'; export * from './hooks/index.js'; export { default as Provider } from './Provider.svelte'; export * from './state/index.js'; export { useWebMcpTool, type WebMcpToolSpec } from './web/webmcp.svelte.js'; //# sourceMappingURL=index.d.ts.map