UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines (4 loc) 216 B
import { createContext } from 'react'; const ListboxContext = /*#__PURE__*/createContext(undefined); const WithinListboxContext = /*#__PURE__*/createContext(false); export { ListboxContext, WithinListboxContext };