UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

6 lines 340 B
export default function shouldSkipGeneratingVar(keys) { var _keys$; return !!keys[0].match(/(cssVarPrefix|typography|mixins|breakpoints|direction|transitions)/) || !!keys[0].match(/sxConfig$/) || // ends with sxConfig keys[0] === 'palette' && !!((_keys$ = keys[1]) != null && _keys$.match(/(mode|contrastThreshold|tonalOffset)/)); }