UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 220 B
import { type ChartPlugin } from "../../models/index.mjs"; import type { UseChartAnimationSignature } from "./useChartAnimation.types.mjs"; export declare const useChartAnimation: ChartPlugin<UseChartAnimationSignature>;