UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 264 B
import { type Store } from '@mui/x-internals/store'; import { type ChartAnyPluginSignature, type ChartState } from "../plugins/models/index.js"; export declare function useStore<TSignatures extends ChartAnyPluginSignature[] = []>(): Store<ChartState<TSignatures>>;