UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

14 lines (9 loc) 474 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); const IndexContext = /*#__PURE__*/React.createContext(undefined); const IndexSelectionChangeContext = /*#__PURE__*/React.createContext(undefined); const IndexRowContext = /*#__PURE__*/React.createContext(undefined); exports.IndexContext = IndexContext; exports.IndexRowContext = IndexRowContext; exports.IndexSelectionChangeContext = IndexSelectionChangeContext;