7 lines
190 B
TypeScript
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
|