@forge/react
11.17.0-experimental-04cc2b911.18.0-next.0
out/hooks/useSpaceProperty.d.ts~
out/hooks/useSpaceProperty.d.tsModified+1−1
Index: package/out/hooks/useSpaceProperty.d.ts
===================================================================
--- package/out/hooks/useSpaceProperty.d.ts
+++ package/out/hooks/useSpaceProperty.d.ts
@@ -6,6 +6,6 @@
* 1. Current value of the property.
* 2. A function to update the property value (with another value or an updater function). If an initial update fails, it automatically tries to update for another <retryCount> times (default 2).
* 3. A function to delete the property.
*/
-export declare const useSpaceProperty: <PropValue>(propertyKey: string, initValue: PropValue) => readonly [PropValue | undefined, (valueUpdate: import("./types").ValueUpdate<PropValue>, retryCount?: number) => Promise<boolean>, () => Promise<void>];
+export declare const useSpaceProperty: <PropValue>(propertyKey: string, initValue: PropValue) => readonly [PropValue | undefined, (valueUpdate: import("./types/entityProps").ValueUpdate<PropValue>, retryCount?: number) => Promise<boolean>, () => Promise<void>];
//# sourceMappingURL=useSpaceProperty.d.ts.map
\ No newline at end of file