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