zindexContext.js 217 B

123456
  1. import React from 'react';
  2. const zIndexContext = /*#__PURE__*/React.createContext(undefined);
  3. if (process.env.NODE_ENV !== 'production') {
  4. zIndexContext.displayName = 'zIndexContext';
  5. }
  6. export default zIndexContext;