@visitorquery/react 0.0.17 → 0.0.19
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/provider.d.ts +1 -1
- package/package.json +1 -1
package/dist/provider.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ type VisitorQueryState = {
|
|
|
12
12
|
type VisitorQueryContextType = VisitorQueryState & {
|
|
13
13
|
isLoading: boolean;
|
|
14
14
|
};
|
|
15
|
-
type VisitorQueryProviderProps = {
|
|
15
|
+
export type VisitorQueryProviderProps = {
|
|
16
16
|
apiKey: string;
|
|
17
17
|
/**
|
|
18
18
|
* A unique identifier for the session. This is used in order to later
|
package/package.json
CHANGED