minishouyin/node_modules/antd/es/_util/zindexContext.js
2025-11-12 11:35:57 +08:00

6 lines
217 B
JavaScript

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