UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

4 lines (3 loc) 185 B
import { SegmentState } from './SegmentState'; export declare const SegmentStateContext: import('react').Context<SegmentState>; export declare function useSegmentState(): SegmentState;