UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

12 lines (11 loc) 280 B
import { jsx } from "react/jsx-runtime"; import { HvDropdown } from "../../Dropdown/Dropdown.js"; const HvDropdownColumnCell = ({ dropdownProps, ...others }) => { return /* @__PURE__ */ jsx(HvDropdown, { ...dropdownProps, ...others }); }; export { HvDropdownColumnCell };