@helpwave/hightide
Version:
helpwave's component and theming library
12 lines • 393 B
JavaScript
// src/components/table/FillerRowElement.tsx
import { clsx } from "clsx";
import { jsx } from "react/jsx-runtime";
var FillerRowElement = ({
className
}) => {
return /* @__PURE__ */ jsx("div", { className: clsx("flex flex-row items-center w-1/2 h-4 text-disabled-text font-bold", className), children: "-" });
};
export {
FillerRowElement
};
//# sourceMappingURL=FillerRowElement.mjs.map