@amp-labs/react 2.4.2 → 2.4.3
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/amp-react.cjs.js +13 -13
- package/build/amp-react.es.js +3900 -3902
- package/build/index.d.ts +1 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -122,6 +122,7 @@ export declare function useAmpersandProvider(): never;
|
|
|
122
122
|
export declare const useIsIntegrationInstalled: (integration: string, groupRef: string) => UseIsIntegrationInstalledResult;
|
|
123
123
|
|
|
124
124
|
declare interface UseIsIntegrationInstalledResult {
|
|
125
|
+
isLoading: boolean;
|
|
125
126
|
isLoaded: boolean;
|
|
126
127
|
isIntegrationInstalled: boolean | null;
|
|
127
128
|
}
|