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