UNPKG

@arco-vue-pro-components/pro-components

Version:
8 lines (7 loc) 198 B
import _ProSelect from "./component.js"; const ProSelect = Object.assign(_ProSelect, { install: (app) => { app.component(_ProSelect.name, _ProSelect); } }); export { ProSelect as default };