UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines 203 B
import { createContext } from 'react'; /** @private Internal context. Do not use in your production. */ const SliderInternalContext = /*#__PURE__*/createContext({}); export default SliderInternalContext;