UNPKG

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