UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

4 lines (3 loc) 243 B
export type LabelOrientation = 'downwards' | 'upwards' | 'inwards' | 'outwards' | 'clockwise' | 'counterclockwise'; export declare const LABEL_ORIENTATIONS: LabelOrientation[]; export declare const DEFAULT_LABEL_ORIENTATION: LabelOrientation;