Skip to content

@sqlrooms/room-shell / SidebarButton

Variable: SidebarButton

const SidebarButton: FC<{ className?: string; title: string; isSelected: boolean; isDisabled?: boolean; icon: React.ComponentType<{ className?: string; }>; onClick: () => void; }>