UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

9 lines (8 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.selectorChartSkipAnimation = void 0; var _selectors = require("../../utils/selectors"); const selectorChartAnimationState = state => state.animation; const selectorChartSkipAnimation = exports.selectorChartSkipAnimation = (0, _selectors.createSelector)([selectorChartAnimationState], state => state.skip || state.skipAnimationRequests > 0);