export enum eDropdownMenu { // actions CLOSE = 'Close', OPEN = 'Open', RESET_TABLE = 'reset-table', // positions RIGHT_TOP = 'right-top', BOTTOM_RIGHT = 'bottom-right', // types DOTS_MENU_TYPE = 'dots-menu-type', HAMBURGER_MENU_TYPE = 'hamburger-menu-type', SELECT_MENU_TYPE = 'select-menu-type', // Empty string EMPTY_STRING_PLACEHOLDER = '', // titles BACK_TO_MENU = 'Back To Menu', CLOSE_MENU = 'Close Menu', OPEN_MENU = 'Open Menu', MORE = 'More', RESET_TABLE_TITLE = 'Reset Table', }