UNPKG

@skbkontur/ui-kit

Version:

4 lines (3 loc) 315 B
export declare type PopupMenuPosition = 'top left' | 'top center' | 'top right' | 'right top' | 'right middle' | 'right bottom' | 'bottom left' | 'bottom center' | 'bottom right' | 'left top' | 'left middle' | 'left bottom'; declare const PopupMenuPositions: PopupMenuPosition[]; export default PopupMenuPositions;