UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (5 loc) 288 B
import { createContext } from 'react'; const ListboxContext = /*#__PURE__*/createContext(undefined); const WithinListboxContext = /*#__PURE__*/createContext(false); const ActionContext = /*#__PURE__*/createContext(false); export { ActionContext, ListboxContext, WithinListboxContext };