@shopify/polaris
Version:
Shopify’s admin product component library
12 lines (8 loc) • 410 B
JavaScript
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;
;