rivia 0.0.86 → 0.0.87
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ declare function CannyLite(): {
|
|
|
46
46
|
destroy(): void;
|
|
47
47
|
};
|
|
48
48
|
|
|
49
|
-
declare function Tours(tourId: string, userId:
|
|
49
|
+
declare function Tours(tourId: string, userId: object): void ;
|
|
50
50
|
export { Checklist,Banner, Tours, CannyLite};
|
|
51
51
|
|
|
52
52
|
// declare function Checklist(
|