UNPKG

balm-ui

Version:

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

9 lines (7 loc) 186 B
import multiBootstrap from '../../config/multi-bootstrap'; import UiGrid from './grid'; import UiGridCell from './grid-cell'; export default multiBootstrap({ UiGrid, UiGridCell });