export enum SortDropdownEnum { // Sort directions DESC = 'desc', ASC = 'asc', // Dropdown positions TOP = 'top', BOTTOM = 'bottom', RIGHT = 'right', RIGHT_TOP = 'right-top', }