()
| 256 | * ``` |
| 257 | */ |
| 258 | export function getSlotConfig(): ReadonlyMap<string, SlotRegistryEntry> | null { |
| 259 | return inject(SLOT_CONFIG, { optional: true }); |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Creates a render function for a specific slot. |
no outgoing calls
no test coverage detected
searching dependent graphs…