UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

10 lines 194 B
export type Position = { /** * The vertical position. */ vertical?: 'top' | 'middle' | 'bottom'; /** * The horizontal position. */ horizontal?: 'start' | 'center' | 'end'; };