Props for the ShortcutsPanel component.
interface ShortcutsPanelProps { isOpen: boolean; onClose: () => void;} Copy
interface ShortcutsPanelProps { isOpen: boolean; onClose: () => void;}
Whether the shortcuts panel is currently visible.
Callback function invoked when panel should close.
Props for the ShortcutsPanel component.
Source