Skip to content

Commit

Permalink
fix: export PrismicText
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Oct 8, 2021
1 parent b8abf23 commit 87457bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export { usePrismicClient } from "./usePrismicClient";
export { PrismicLink } from "./PrismicLink";
export type { PrismicLinkProps, LinkProps } from "./PrismicLink";

export { PrismicText } from "./PrismicText";
export type { PrismicTextProps } from "./PrismicText";

export { PrismicRichText } from "./PrismicRichText";
export type { PrismicRichTextProps } from "./PrismicRichText";

Expand Down

0 comments on commit 87457bf

Please sign in to comment.