@tempots/dom

BrowserContext.withProviders property

Returns a new HTMLDOMContext instance with the specified providers merged into the existing providers.

Signature:

readonly withProviders: (providers: { [K in ProviderMark<unknown>]: unknown; }) => DOMContext;