@amp-labs/react 2.11.1 → 2.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.ts
CHANGED
|
@@ -2457,8 +2457,8 @@ declare interface UseIsIntegrationInstalledResult {
|
|
|
2457
2457
|
fieldName: string;
|
|
2458
2458
|
value: FieldSettingWriteOnUpdateEnum;
|
|
2459
2459
|
}) => void;
|
|
2460
|
-
|
|
2461
|
-
|
|
2460
|
+
setEnableDeletion: () => void;
|
|
2461
|
+
setDisableDeletion: () => void;
|
|
2462
2462
|
};
|
|
2463
2463
|
|
|
2464
2464
|
export { }
|