UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

4 lines 358 B
import { type ChartPlugin } from "../../models/index.js"; import type { UseChartExperimentalFeaturesSignature } from "./useChartExperimentalFeature.types.js"; import type { ChartSeriesType } from "../../../../models/seriesType/config.js"; export declare const useChartExperimentalFeatures: ChartPlugin<UseChartExperimentalFeaturesSignature<ChartSeriesType>>;