UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

9 lines (8 loc) 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.selectorChartSkipAnimation = void 0; var _store = require("@mui/x-internals/store"); const selectorChartAnimationState = state => state.animation; const selectorChartSkipAnimation = exports.selectorChartSkipAnimation = (0, _store.createSelector)(selectorChartAnimationState, state => state.skip || state.skipAnimationRequests > 0);