Compose registered providers around a children node, engine-agnostically.
Providers are sorted by ascending priority (lower = outer) and nested so the lowest-priority
provider is the outermost wrapper. createElement and resolve are supplied by the concrete
engine (React/Vue), keeping this function framework-free.
Compose registered providers around a children node, engine-agnostically.
Providers are sorted by ascending priority (lower = outer) and nested so the lowest-priority provider is the outermost wrapper.
createElementandresolveare supplied by the concrete engine (React/Vue), keeping this function framework-free.