index.ts 198 B

123456
  1. import { withInstall } from '@kankan-components/utils'
  2. import SizeAnimation from './src/sizeAnimation.vue'
  3. export const UISizeAnimation = withInstall(SizeAnimation)
  4. export default UISizeAnimation