@tempots/dom
DOMContext.withProviders property
Returns a new DOMContext instance with the specified providers merged into the existing providers.
Signature:
readonly withProviders: (providers: { [K in ProviderMark<unknown>]: unknown; }) => DOMContext;