UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

4 lines (3 loc) 180 B
export type LayoutDirection = 'horizontal' | 'vertical'; export declare const LAYOUT_DIRECTIONS: LayoutDirection[]; export declare const DEFAULT_LAYOUT_DIRECTION: LayoutDirection;