UNPKG

@serendie/ui

Version:

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

7 lines (6 loc) 207 B
import { jsx as e } from "react/jsx-runtime"; import f from "react"; const a = f.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ e("tbody", { ref: t, ...r, children: o })); export { a as Tbody };