UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

12 lines (11 loc) 413 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const jsxRuntime = require("react/jsx-runtime"); const Dropdown = require("../../Dropdown/Dropdown.cjs"); const HvDropdownColumnCell = ({ dropdownProps, ...others }) => { return /* @__PURE__ */ jsxRuntime.jsx(Dropdown.HvDropdown, { ...dropdownProps, ...others }); }; exports.HvDropdownColumnCell = HvDropdownColumnCell;