We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f134bde commit f662676Copy full SHA for f662676
dist/index.d.ts
@@ -21,6 +21,7 @@ declare global {
21
callback: (payload?: StoryblokEventPayload) => void
22
) => void
23
addComments: (tree: StoryblokComponent<string>, storyId: string) => StoryblokComponent<string>
24
+ resolveRelations: (story: any, resolve: string[], callback: (storyContent: any) => void) => void
25
}
26
interface Window {
27
storyblok: StoryblokBridge
0 commit comments