chore: woops - api-report needed update

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-02 11:32:45 +01:00
parent fd061e47ee
commit 6ed51204ff
+1 -1
View File
@@ -526,7 +526,7 @@ export type UnregisterEntityDialogProps = {
// @public
export function useAsyncEntity<
TEntity extends Entity = Entity,
>(): EntityLoadingStatus;
>(): EntityLoadingStatus<TEntity>;
// @public
export function useEntity<TEntity extends Entity = Entity>(): {