index.ts 163 B

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