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

12 lines
174 B
JavaScript
Raw Normal View History

2018-11-23 07:04:42 +00:00
export const TOP = 'top';
export const RIGHT = 'right';
export const BOTTOM = 'bottom';
export const LEFT = 'left';
export const all = [
TOP,
RIGHT,
BOTTOM,
LEFT
];