UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

6 lines (5 loc) 256 B
export * from './seriesType'; export * from './layout'; export * from './stacking'; export type { AxisConfig, ChartsYAxisProps, ChartsXAxisProps, ScaleName, ContinuousScaleName, } from './axis'; export type { PropsFromSlot } from '@mui/x-internals/slots';