export const PAGE_LAYOUT_TAB_LIST_DROPPABLE_IDS = { VISIBLE_TABS: 'page-layout-visible-tabs', OVERFLOW_TABS: 'page-layout-overflow-tabs', MORE_BUTTON: 'page-layout-more-button', } as const;