export interface CommandIconButtonProps { id?: string; className?: string; title: string; icon: string; command: string; activatable?: boolean; }