@shopify/polaris
Version:
Shopify’s admin product component library
14 lines (9 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
const ListboxContext = /*#__PURE__*/React.createContext(undefined);
const WithinListboxContext = /*#__PURE__*/React.createContext(false);
const ActionContext = /*#__PURE__*/React.createContext(false);
exports.ActionContext = ActionContext;
exports.ListboxContext = ListboxContext;
exports.WithinListboxContext = WithinListboxContext;