Files
video-gen/video-gen-admin/node_modules/antd/es/_util/zindexContext.js
T
2026-05-25 17:08:18 +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;