UNPKG

@mui/lab

Version:
10 lines (9 loc) 265 B
import * as React from 'react'; /** * @ignore - internal component. */ const TimelineContext = /*#__PURE__*/React.createContext({}); if (process.env.NODE_ENV !== 'production') { TimelineContext.displayName = 'TimelineContext'; } export default TimelineContext;