UNPKG

react-wheel-menu

Version:

React components & hooks for building a radial wheel menu

4 lines (3 loc) 201 B
export type LayoutJustification = 'start' | 'center' | 'end'; export declare const LAYOUT_JUSTIFICATIONS: LayoutJustification[]; export declare const DEFAULT_LAYOUT_JUSTIFICATION: LayoutJustification;