UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

12 lines (8 loc) 381 B
'use strict'; 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;