@livetiles/reach-plugin-types 0.5.0-preview.390 → 0.5.0-preview.391
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 +0 -17
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -12257,23 +12257,6 @@ declare module "apps/reach-app/src/app/admin/groups/GroupChannelsPages" {
|
|
|
12257
12257
|
import { FC } from 'react';
|
|
12258
12258
|
export const GroupsChannelsPage: FC;
|
|
12259
12259
|
}
|
|
12260
|
-
declare module "apps/reach-app/src/app/PublicAccessContext" {
|
|
12261
|
-
import { FC } from 'react';
|
|
12262
|
-
export const PublicAccessContext: import("react").Context<{
|
|
12263
|
-
togglePublicUserDialog: (show: boolean) => unknown;
|
|
12264
|
-
}>;
|
|
12265
|
-
export const PublicAccessContextProvider: FC;
|
|
12266
|
-
}
|
|
12267
|
-
declare module "apps/reach-app/src/error/AccessDeniedPage" {
|
|
12268
|
-
import { FC } from 'react';
|
|
12269
|
-
import { AuthenticationType } from "libs/shared/util/authentication/src/index";
|
|
12270
|
-
export interface AccessDeniedPageProps {
|
|
12271
|
-
authType?: AuthenticationType;
|
|
12272
|
-
authException?: any;
|
|
12273
|
-
}
|
|
12274
|
-
export const AccessDeniedPage: FC<AccessDeniedPageProps>;
|
|
12275
|
-
export default AccessDeniedPage;
|
|
12276
|
-
}
|
|
12277
12260
|
declare module "apps/reach-app/src/app/admin/groups/GroupKeywordsPage" {
|
|
12278
12261
|
import { FC } from 'react';
|
|
12279
12262
|
export const GroupKeywordsPage: FC;
|