UNPKG

@payfit/unity-components

Version:

14 lines (13 loc) 465 B
import { forwardRef as e } from "react"; import { uyTv as t } from "@payfit/unity-themes"; import { jsx as n } from "react/jsx-runtime"; //#region src/components/data-table/parts/DataTableRoot.tsx var r = t({ base: ["uy:relative uy:overflow-hidden"] }), i = e(({ children: e, ...t }, i) => /* @__PURE__ */ n("div", { ref: i, className: r(), ...t, children: e })); i.displayName = "DataTableRoot"; //#endregion export { i as DataTableRoot, r as dataTableRoot };