Skip to content

Commit

Permalink
feat: add bridgeOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Jul 28, 2023
1 parent 02a9efe commit d22d8ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
import React, { forwardRef } from "react";
import { StoryblokComponent } from "@storyblok/react";
import { useStoryblokState } from "./src/common";
import { SbGatsbyStory } from "./types";
import { SbGatsbyStory, StoryblokBridgeConfigV2 } from "./types";

interface StoryblokStoryProps {
story: SbGatsbyStory;
bridgeOptions: StoryblokBridgeConfigV2;
[key: string]: unknown;
}

Expand Down

0 comments on commit d22d8ef

Please sign in to comment.