UNPKG

@material-ui/lab

Version:
12 lines (10 loc) 317 B
import * as React from 'react'; /** * TODO consider getting rid from wrapper variant * @ignore - internal component. */ export var WrapperVariantContext = /*#__PURE__*/React.createContext(null); /** * @ignore - internal component. */ export var IsStaticVariantContext = /*#__PURE__*/React.createContext(false);