UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 196 B
/** * Clamp angle to [0, 360[. */ export declare function clampAngle(angle: number): number; /** Clamp angle to [0, 2 * Math.PI[. */ export declare function clampAngleRad(angle: number): number;