index.ts 195 B

123456789
  1. import { withInstall } from '@kankan/utils'
  2. import floating from './src/floating.vue'
  3. export const UIFloating = withInstall(floating)
  4. export default UIFloating
  5. export * from './src/floating'