FrontPastel/node_modules/@mui/base/legacy/useList/ListContext.js

5 lines
186 B
JavaScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
import * as React from 'react';
export var ListContext = /*#__PURE__*/React.createContext(null);
if (process.env.NODE_ENV !== 'production') {
ListContext.displayName = 'ListContext';
}