index.ts 152 B

123456
  1. import { withInstall } from '@kankan/utils'
  2. import Button from './src/button.vue'
  3. export const UIButton = withInstall(Button)
  4. export default UIButton