UNPKG

252 BJavaScriptView Raw
1import * as React from 'react';
2/**
3 * @ignore - internal component.
4 */
5
6var TimelineContext = React.createContext({});
7
8if (process.env.NODE_ENV !== 'production') {
9 TimelineContext.displayName = 'TimelineContext';
10}
11
12export default TimelineContext;
\No newline at end of file