mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 10:19:40 +02:00
- Added overflow-x: auto with hidden scrollbar - Max-width constraint to prevent overflow - Smooth touch scrolling for mobile devices 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
179 B
TypeScript
3 lines
179 B
TypeScript
export { default as ContextMenu } from './ContextMenu.svelte';
|
|
export type { ContextMenuItem, ContextMenuState } from './types';
|
|
export { createContextMenuState } from './types';
|