import { withInstall } from '@kankan/utils' import Bubble from './src/bubble.vue' export const UIBubble = withInstall(Bubble) export default UIBubble export * from './src/bubble'