UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

10 lines (7 loc) 341 B
import { register } from '../../utils/index.mjs'; import './index.vue.mjs'; export { UiSimplebarEmits, UiSimplebarPropsOption } from './src/component.mjs'; import _sfc_main from './index.vue2.mjs'; const UiSimplebar = register.use(_sfc_main, "component"); export { UiSimplebar, UiSimplebar as default }; //# sourceMappingURL=index.mjs.map