UNPKG

@yamada-ui/native-table

Version:

Yamada UI native table component

31 lines (29 loc) 650 B
"use client" import { useTableStyles } from "./chunk-JZWD7PGB.mjs"; // src/tfoot.tsx import { forwardRef, ui } from "@yamada-ui/core"; import { cx } from "@yamada-ui/utils"; import { jsx } from "react/jsx-runtime"; var Tfoot = forwardRef( ({ className, ...rest }, ref) => { const styles = useTableStyles(); const css = { ...styles.tfoot }; return /* @__PURE__ */ jsx( ui.tfoot, { ref, className: cx("ui-table__tfoot", className), __css: css, ...rest } ); } ); Tfoot.displayName = "Tfoot"; Tfoot.__ui__ = "Tfoot"; export { Tfoot }; //# sourceMappingURL=chunk-MWBC6LGO.mjs.map