@livetiles/reach-plugin-types 0.5.0-preview.598 → 0.5.0-preview.599
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/lib/index.d.ts +5 -3
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -13036,9 +13036,11 @@ declare module "apps/reach-app/src/app/useCustomNavigation" {
|
|
|
13036
13036
|
}) => string;
|
|
13037
13037
|
};
|
|
13038
13038
|
}
|
|
13039
|
-
declare module "apps/reach-app/src/app/analytics/
|
|
13040
|
-
|
|
13041
|
-
|
|
13039
|
+
declare module "apps/reach-app/src/app/analytics/useAnalyticsDashboardAuth" {
|
|
13040
|
+
export const useAnalyticsDashboardAuth: () => {
|
|
13041
|
+
isValid: () => boolean;
|
|
13042
|
+
setAuthExpiry: (expires: number) => void;
|
|
13043
|
+
};
|
|
13042
13044
|
}
|
|
13043
13045
|
declare module "apps/reach-app/src/app/analytics/DashboardPage" {
|
|
13044
13046
|
import { FC } from 'react';
|