Appearance
@sqlrooms/room-shell / PanelHeaderButton
const PanelHeaderButton: FC<{ label: string; icon: React.ReactElement; isPinned?: boolean; onClick: () => void; }>
const
FC
label
string
icon
React.ReactElement
isPinned?
boolean
onClick
void