Skip to content

Variable: HOVER_SECTION_KEYS

ts
const HOVER_SECTION_KEYS: readonly ["summary", "deprecated", "remarks", "accessibility", "modifiers", "parts", "shadowParts", "pseudoElements", "states", "customProperties", "functions", "slots", "animations", "layers", "conditions", "see", "todos", "structure", "examples"];

Defined in: packages/providers/src/types.ts:150

The card's section keys, in default render order — the custom map is keyed by these.

Released under the MIT License