UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

12 lines (7 loc) 343 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); const ListboxContext = /*#__PURE__*/React.createContext(undefined); const WithinListboxContext = /*#__PURE__*/React.createContext(false); exports.ListboxContext = ListboxContext; exports.WithinListboxContext = WithinListboxContext;