SimpleConnectionLabel

A simple connection label description.

Type
{
className?: string
text: string
labelShape?:
| “hexagon”
| “pill”
| “rectangle”
| “round-rectangle”
}