Files
twenty/packages/twenty-front/src/modules/page-layout/components/PageLayoutTabListDroppableIds.ts
T
2025-10-23 17:28:00 +00:00

6 lines
196 B
TypeScript

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;