UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

7 lines (6 loc) 164 B
"use client"; const u = ({ tableHeightProp: e }) => e === "full" ? "100vh" : `${e}px`; export { u as useTableHeight }; //# sourceMappingURL=useTableHeight.js.map