@mui/x-charts
Version:
The community edition of MUI X Charts components.
8 lines • 1.11 kB
text/typescript
export declare const selectorChartZAxis: (args_0: import("../../corePlugins/useChartId/useChartId.types.mjs").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.mjs").UseChartSeriesConfigState<keyof import("../../../index.mjs").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.mjs").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.mjs").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.mjs").UseChartSeriesState<keyof import("../../../index.mjs").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.mjs").UseChartAnimationState & import("../../../index.mjs").UseChartInteractionListenerState & import("./useChartZAxis.types.mjs").UseChartZAxisState & Partial<{}> & {
cacheKey: import("../../models/index.mjs").ChartStateCacheKey;
}) => {
axis: {
[axisId: string]: import("../../../index.mjs").ZAxisDefaultized;
};
axisIds: import("../../../index.mjs").AxisId[];
};