UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

4 lines (3 loc) 190 B
import { Degrees } from '../angle/Angle'; import { LabelOrientation } from './LabelOrientation'; export declare function rotateLabel(angle: Degrees, orientation: LabelOrientation): Degrees;