UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

8 lines 253 B
/** * @internals * * Get the coordinate system implemented. * The hook assumes polar and cartesian are never implemented at the same time. * @returns The coordinate system */ export declare function useAxisSystem(): 'none' | 'polar' | 'cartesian';