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 o } from "react/jsx-runtime"; import a from "react"; const m = a.forwardRef(({ children: r, ...t }, e) => /* @__PURE__ */ o("thead", { ref: e, ...t, children: r })); export { m as Thead };