This commit is contained in:
Niels Lyngsø
2023-01-02 16:10:56 +01:00
parent dfe1460a59
commit 91b2e513bf

View File

@@ -6,7 +6,9 @@ import { UmbContextProvideEventImplementation } from './context-provide.event';
* @class UmbContextProvider
*/
export class UmbContextProvider {
protected host: EventTarget;
private _contextAlias: string;
private _instance: unknown;