UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (5 loc) 310 B
import { createContext } from 'react'; const IndexContext = /*#__PURE__*/createContext(undefined); const IndexSelectionChangeContext = /*#__PURE__*/createContext(undefined); const IndexRowContext = /*#__PURE__*/createContext(undefined); export { IndexContext, IndexRowContext, IndexSelectionChangeContext };