analytica.click 0.0.299 → 0.0.300
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/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -9,7 +9,6 @@ declare module 'analytica.click/analytica.click/src/components/AnalyticaConfig/i
|
|
9
9
|
|
10
10
|
}
|
11
11
|
declare module 'analytica.click/analytica.click/src/components/ErrorBoundary/index' {
|
12
|
-
/// <reference types="react" />
|
13
12
|
export const ErrorBoundary: ({ children, filterBrowserError, }: {
|
14
13
|
children?: JSX.Element | JSX.Element[] | undefined;
|
15
14
|
filterBrowserError?: ((e: ErrorEvent | Error) => boolean) | undefined;
|
@@ -142,7 +141,6 @@ declare module 'analytica.click/common-ui/src/types/index' {
|
|
142
141
|
|
143
142
|
}
|
144
143
|
declare module 'analytica.click/common-ui/src/types/widgets' {
|
145
|
-
/// <reference types="react" />
|
146
144
|
import { ICognitoAuth, TOnMessage } from 'ag-common/dist/ui/helpers/cognito';
|
147
145
|
export type TTrackNoEvent = (p: Omit<ITrack, 'eventName'>) => Promise<{
|
148
146
|
error?: string;
|