UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

4 lines (3 loc) 196 B
export type LabelJustification = 'start' | 'center' | 'end'; export declare const LABEL_JUSTIFICATIONS: LabelJustification[]; export declare const DEFAULT_LABEL_JUSTIFICATION: LabelJustification;