UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

8 lines (7 loc) 208 B
export interface UseWheelProps { readonly className?: string; } export interface UseWheelReturn { readonly className: string; } export declare function useWheel(props: UseWheelProps): UseWheelReturn;