Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
browserSupportsCssVars: () => supportsCssVariables(window),
isSurfaceActive: /* istanbul ignore next */ () => el[MATCHES](':active'),
browserSupportsCssVars: () => supportsCssVariables(window),
isUnbounded: () => this.props.unbounded! as boolean,
browserSupportsCssVars: () => {
return supportsCssVariables(window);
},
computeBoundingRect: () => {
browserSupportsCssVars: () => typeof window !== 'undefined' ? supportsCssVariables(window) : false,
isUnbounded: () => coerceBooleanProperty(instance.unbounded),