UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

12 lines (11 loc) 368 B
import { forwardRef as m, createElement as n } from "react"; import { splitProps as f } from "../helpers.js"; import { getBoxStyle as i } from "../patterns/box.js"; import { styled as c } from "./factory.js"; const y = /* @__PURE__ */ m(function(o, r) { const [t, e] = f(o, []), s = i(t), p = { ref: r, ...s, ...e }; return n(c.div, p); }); export { y as Box };