withElements()
ts
function withElements(config?): Elements;Defined in: options/config.ts:41
Builds the final elements registry.
Merges user-provided elements with configured intrinsic, flow control, and additional elements. Optionally applies name mapping.
Parameters
| Parameter | Type | Description |
|---|---|---|
config? | Partial<{ elements: Elements; options: WithElementsOptions; }> | Configuration for elements and options |
Returns
Combined elements registry
Since
1.0.0
Author
Simon Kovtyk