UNPKG

balm-ui

Version:

A modular and customizable UI library based on Material Design and Vue 3

9 lines (7 loc) 244 B
import multiBootstrap from '../../config/multi-bootstrap'; import UiSegmentedButtons from './segmented-buttons'; import UiSegmentedButton from './segmented-button'; export default multiBootstrap({ UiSegmentedButtons, UiSegmentedButton });