Variable: DEFAULT_PSEUDO_ELEMENTS
ts
const DEFAULT_PSEUDO_ELEMENTS: readonly string[];Defined in: packages/core/src/modifier.ts:97
The native pseudo-elements cssdoc documents by default when a component styles them. A curated set of the standard ones — vendor/experimental pseudo-elements (::-webkit-*) are left out so incidental rules don't become documented API. ::part()/::slotted() are handled separately (shadow parts).