UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

17 lines (12 loc) 487 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../../utils/index.js'); var radioGroupSelect = require('./src/radio-group-select2.js'); var install = require('../../../../utils/vue/install.js'); const installObj = { raw: radioGroupSelect["default"], name: "AspRadioGroupSelect" }; const AspRadioGroupSelect = install.withInstall(installObj); exports.AspRadioGroupSelect = AspRadioGroupSelect; exports["default"] = AspRadioGroupSelect;