index.ts 147 B

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