UNPKG

@frontify/fondue

Version:
12 lines (11 loc) 392 B
import { jsx as o } from "react/jsx-runtime"; import { useRef as r } from "react"; const a = ({ children: e }) => { const t = r(null); return /* @__PURE__ */ o("tr", { role: "row", ref: t, className: "tw-py-4 tw-px-8 tw-sticky tw-top-0 tw-bg-base", children: e }); }; a.displayName = "FondueTableHeaderRow"; export { a as TableHeaderRow }; //# sourceMappingURL=TableHeaderRow.es.js.map