UNPKG

@braineet/ui

Version:

Braineet design system

11 lines 703 B
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { ComboboxItem as BaseComboboxItem } from 'ariakit/combobox'; import { Option } from '../option'; import { jsx as _jsx } from "react/jsx-runtime"; export var ComboboxItem = /*#__PURE__*/React.forwardRef(function (props, ref) { return /*#__PURE__*/_jsx(Option, _extends({ as: BaseComboboxItem, ref: ref }, props)); });