UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

10 lines (5 loc) 229 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); const ScrollableContext = /*#__PURE__*/React.createContext(undefined); exports.ScrollableContext = ScrollableContext;