@storyblok/js 1.4.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/types.d.ts +2 -1
- package/package.json +1 -1
package/dist/types/types.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
import
|
1
|
+
import StoryblokJSClient, { StoryblokConfig, StoryblokComponent } from "storyblok-js-client";
|
2
|
+
export declare type StoryblokClient = StoryblokJSClient;
|
2
3
|
declare global {
|
3
4
|
interface Window {
|
4
5
|
storyblokRegisterEvent: (cb: Function) => void;
|