ClassPropertyType
Renders a styled type annotation span, typically nested inside ClassProperty.
| Prop | Type | Default | Description |
|---|---|---|---|
type | string | required | The type string to display |
highlight | string | "type" | Syntax highlight type |
Example
Section titled “Example”<CB.ClassPropertyType type="Map<string, User>" highlight="type" />