UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

4 lines (3 loc) 173 B
import { SpokeState } from './SpokeState'; export declare const SpokeStateContext: import('react').Context<SpokeState>; export declare function useSpokeState(): SpokeState;