UNPKG

easyest-yrc

Version:

14 lines (13 loc) 301 B
import { Button as c } from "./button/index.mjs"; import { Icon as m } from "./icon/index.mjs"; const e = [c, m], s = (n) => { e.forEach((t) => { const o = t.name; o && !n.component(o) && n.component(o, t); }); }, f = { install: s }; export { c as Button, m as Icon, f as default };