UNPKG

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