@mui/x-charts
Version:
The community edition of MUI X Charts components.
4 lines • 383 B
TypeScript
import type { ChartSeriesType } from "../../../../models/seriesType/config.js";
import { type ChartRootSelector } from "../../utils/selectors.js";
import type { UseChartExperimentalFeaturesSignature } from "./useChartExperimentalFeature.types.js";
export declare const selectorChartExperimentalFeaturesState: ChartRootSelector<UseChartExperimentalFeaturesSignature<ChartSeriesType>>;