Skip to content

MINIMAP_SLOT

const MINIMAP_SLOT: unique symbol

Defined in: src/components/editor/Minimap/Minimap.types.ts:130

Symbol attached to Minimap.Title / .Footer / .Corner so the parent <Minimap> can identify slot children without relying on displayName (which gets clobbered by wrappers like React.memo, React.forwardRef, or Vanilla Extract recipes).