Skip to content

Commit

Permalink
fix: fix typo on re-exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Dec 12, 2022
1 parent b4895ef commit 3517380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ export type {
ISbStoriesParams, // previously StoriesParams
ISbStoryParams, // previously StoryParams
ISbRichtext, // previously Richtext
RichtextResolver,
RichtextSchema,
RichtextResolver as RichTextResolver,
RichtextSchema as RichTextSchema,
} from "storyblok-js-client";

0 comments on commit 3517380

Please sign in to comment.