UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

2 lines 163 B
export type SymbolsTypes = 'circle' | 'cross' | 'diamond' | 'square' | 'star' | 'triangle' | 'wye'; export declare function getSymbol(shape: SymbolsTypes): number;