ultisuite-client/components/drive/richtext/docs-menubar-props.ts
R3D347HR4Y 79bb6193fc
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
menus1
2026-06-09 18:27:10 +02:00

7 lines
190 B
TypeScript

/** Flush dropdown with trigger hover background (Google Docs style). */
export const DOCS_MENUBAR_CONTENT_PROPS = {
align: "start" as const,
sideOffset: 0,
alignOffset: 0,
} as const