Radarr/frontend/src/Helpers/Props/tooltipPositions.js

12 lines
174 B
JavaScript

export const TOP = 'top';
export const RIGHT = 'right';
export const BOTTOM = 'bottom';
export const LEFT = 'left';
export const all = [
TOP,
RIGHT,
BOTTOM,
LEFT
];