Exported so theme adapters and downstream Vue components can read or
provide the resolver directly through Vue's inject / provide —
the VueResolverContext port wraps these calls but the raw
symbol is available for callers that need custom composition (e.g.
a Pinia store that wants to read the active resolver in an action).
Vue InjectionKey for the active ResolverContextShape.
Exported so theme adapters and downstream Vue components can read or provide the resolver directly through Vue's
inject/provide— the VueResolverContext port wraps these calls but the raw symbol is available for callers that need custom composition (e.g. a Pinia store that wants to read the active resolver in an action).