UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

3 lines (2 loc) 120 B
export type SpokeAlignment = 'left' | 'center' | 'right'; export declare const DEFAULT_SPOKE_ALIGNMENT: SpokeAlignment;