UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

6 lines (5 loc) 155 B
import { Degrees } from '../angle/Angle'; export interface SpokeState { readonly angle: Degrees; } export declare const DefaultSpokeState: SpokeState;