@livetiles/reach-plugin-types 0.5.0-preview.54 → 0.5.0-preview.55

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +4 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -4607,6 +4607,9 @@ declare module "libs/reach/ui/common/src/common/grid/Grid" {
4607
4607
  className?: string;
4608
4608
  }>;
4609
4609
  }
4610
+ declare module "libs/reach/ui/common/src/common/hooks/useIsMounted" {
4611
+ export const useIsMounted: () => () => boolean;
4612
+ }
4610
4613
  declare module "libs/reach/ui/common/src/common/hooks/usePagination" {
4611
4614
  import { PaginatedList } from "libs/reach/util/common/src/index";
4612
4615
  import { DependencyList, SetStateAction } from 'react';
@@ -5087,6 +5090,7 @@ declare module "libs/reach/ui/common/src/common/index" {
5087
5090
  export * from "libs/reach/ui/common/src/common/grid/Grid";
5088
5091
  export * from "libs/reach/ui/common/src/common/hooks/usePagination";
5089
5092
  export * from "libs/reach/ui/common/src/common/hooks/useUserPropertyDefinitionsHandler";
5093
+ export * from "libs/reach/ui/common/src/common/hooks/useIsMounted";
5090
5094
  export * from "libs/reach/ui/common/src/common/icon-with-callout/IconWithCallout";
5091
5095
  export * from "libs/reach/ui/common/src/common/inlineObjectsClassNames";
5092
5096
  export * from "libs/reach/ui/common/src/common/isNullOrWhitespaceUtil";
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.54",
7
+ "version": "0.5.0-preview.55",
8
8
  "dependencies": {}
9
9
  }