UNPKG

sci-pro

Version:
11 lines (10 loc) 243 B
import m from "./layout.vue.mjs"; import t from "./row.vue.mjs"; import r from "./col.vue.mjs"; import { withInstall as o } from "../utils/withInstall.mjs"; const c = o(m), _ = o(t), a = o(r); export { a as Col, c as Layout, _ as Row };