UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

8 lines (7 loc) 251 B
import React from 'react'; /** * @ignore - internal component. * @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>} */ const ExpansionPanelContext = React.createContext({}); export default ExpansionPanelContext;