UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines 197 B
import * as React from 'react'; /** * When use this context. Will trade as sub component instead of root Steps component. */ export const InternalContext = /*#__PURE__*/React.createContext(null);