/** 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