UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

28 lines (27 loc) 895 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true, }); function _export(target, all) { for (var name in all) Object.defineProperty(target, name, { enumerable: true, get: all[name], }); } _export(exports, { ComboBoxRefsContext: function () { return ComboBoxRefsContext; }, ComboBoxStateContext: function () { return ComboBoxStateContext; }, }); const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard'); const _react = /*#__PURE__*/ _interop_require_wildcard._(require('react')); const ComboBoxRefsContext = _react.createContext(void 0); if ('development' === process.env.NODE_ENV) ComboBoxRefsContext.displayName = 'ComboBoxRefsContext'; const ComboBoxStateContext = _react.createContext(void 0); if ('development' === process.env.NODE_ENV) ComboBoxStateContext.displayName = 'ComboBoxStateContext';