@livetiles/reach-plugin-types 0.5.0-preview.619 → 0.5.0-preview.620

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 +8 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -11660,6 +11660,14 @@ declare module "apps/reach-app/src/app/admin/customization/Favicon" {
11660
11660
  import { FC } from 'react';
11661
11661
  export const Favicon: FC;
11662
11662
  }
11663
+ declare module "apps/reach-app/src/app/admin/customization/EmailNotificationItem" {
11664
+ import { FC } from 'react';
11665
+ export const EmailNotificationItem: FC;
11666
+ }
11667
+ declare module "apps/reach-app/src/app/admin/customization/EmailNotifications" {
11668
+ import { FC } from 'react';
11669
+ export const EmailNotifications: FC;
11670
+ }
11663
11671
  declare module "apps/reach-app/src/app/admin/customization/Customization" {
11664
11672
  import { FC } from 'react';
11665
11673
  export const Customization: FC;
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.619",
7
+ "version": "0.5.0-preview.620",
8
8
  "dependencies": {}
9
9
  }