UNPKG

@mui/base

Version:

A library of headless ('unstyled') React UI components and low-level hooks.

5 lines 186 B
import * as React from 'react'; export var ListContext = /*#__PURE__*/React.createContext(null); if (process.env.NODE_ENV !== 'production') { ListContext.displayName = 'ListContext'; }