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