update api report

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-03-04 13:57:35 +01:00
parent 9844d4d2bd
commit 5247f613ca
-7
View File
@@ -522,13 +522,6 @@ export function useEntity<TEntity extends Entity = Entity>(): {
refresh?: VoidFunction;
};
// @public @deprecated
export const useEntityCompoundName: () => {
kind: string;
namespace: string;
name: string;
};
// @public @deprecated (undocumented)
export const useEntityFromUrl: () => EntityLoadingStatus;