/** * Slim re-export used by add-on Vite aliases so IIFE builds can bundle the * icon factory and i18n without pulling the rest of core. */ export { createBloraIcon } from "./icons.js"; export { t } from "./i18n.js"; //# sourceMappingURL=addon-exports.d.ts.map