Type Alias: HeaderLevel
HeaderLevel =
1
|2
|3
|4
|5
|6
Defined in: passages/story/types.ts:94
Defines the heading level for a HeaderComponent. Maps to HTML heading elements (h1-h6), where:
- 1 = h1 (largest, main title)
- 6 = h6 (smallest, sub-sub-section)