UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (4 loc) 210 B
import { createContext } from 'react'; // This is internal, but TS throws a build-time error if we don't export it const ResourceListContext = /*#__PURE__*/createContext({}); export { ResourceListContext };