import { withInstall } from '@kankan-components/utils' import floating from './src/floating.vue' export const UIFloating = withInstall(floating) export default UIFloating export * from './src/floating'