@tempots/dom
Providers type
Represents a collection of providers. The keys of the record are ProviderMark types, and the values are of unknown type.
Signature:
export type Providers = Record<ProviderMark<unknown>, unknown>;
References: ProviderMark