unknown to any

This commit is contained in:
Niels Lyngsø
2023-01-03 14:40:53 +01:00
parent 452a416860
commit cbaa6a0a6c

View File

@@ -1,6 +1,6 @@
export const umbContextRequestEventType = 'umb:context-request';
export type UmbContextCallback = (instance: unknown) => void;
export type UmbContextCallback = (instance: any) => void;
/**
* @export