Props for the ShortcutsPanel component.

interface ShortcutsPanelProps {
isOpen: boolean;
onClose: () => void;
}
interface ShortcutsPanelProps {
    isOpen: boolean;
    onClose: () => void;
}

Properties

Properties

isOpen: boolean

Whether the shortcuts panel is currently visible.

onClose: () => void

Callback function invoked when panel should close.