ShortcutsSheet
import { ShortcutsSheet } from '@hanzo/ui/agents'
No examples yet.
Types
export interface ShortcutItem {key: stringdescription: stringcategory: 'navigation' | 'actions' | 'tools' | 'workspace'}
export interface ShortcutsSheetProps {shortcuts?: ShortcutItem[]onClose?: () => voidopen?: booleanclassName?: stringstyle?: React.CSSProperties}
Exports
ShortcutsSheettype ShortcutItemtype ShortcutsSheetProps