import './assets/icon/iconcool.js'; import '../../chat-x/dist/index.css'; import './assets/icon/style.css'; export { createApp, h, render } from 'vue'; export * from './index'; export { mountAIBlueking, mountChatBot } from './standalone-mount'; export { mountStandaloneComponent, buildStandaloneListeners, resolveMountContainer, type StandaloneEventHandlers, type StandaloneMountHandle, type StandaloneMountOptions, } from './standalone-mount-core'; //# sourceMappingURL=standalone.d.ts.map