UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

12 lines (9 loc) 363 B
import '../../../../utils/index.mjs'; import RadioGroupSelect from './src/radio-group-select2.mjs'; import { withInstall } from '../../../../utils/vue/install.mjs'; const installObj = { raw: RadioGroupSelect, name: "AspRadioGroupSelect" }; const AspRadioGroupSelect = withInstall(installObj); export { AspRadioGroupSelect, AspRadioGroupSelect as default };