remove generics
This commit is contained in:
@@ -162,6 +162,4 @@ export class UmbDefaultCollectionContext<
|
||||
}
|
||||
}
|
||||
|
||||
export const UMB_DEFAULT_COLLECTION_CONTEXT = new UmbContextToken<UmbDefaultCollectionContext<any, any>>(
|
||||
'UmbCollectionContext',
|
||||
);
|
||||
export const UMB_DEFAULT_COLLECTION_CONTEXT = new UmbContextToken<UmbDefaultCollectionContext>('UmbCollectionContext');
|
||||
|
||||
Reference in New Issue
Block a user