UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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