Skip to content

Commit

Permalink
chore: add updated index file
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Nov 11, 2024
1 parent 9adeb4c commit c2a0fa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { UmbracoRichText } from "./UmbracoRichText";
export { richTextToPlainText } from "./utils/rich-text-converter";
export type { RenderNodeContext } from "./UmbracoRichText";
export { UmbracoRichText } from "./rich-text/UmbracoRichText";
export { richTextToPlainText } from "./rich-text/rich-text-converter";
export type { RenderNodeContext } from "./rich-text/UmbracoRichText";
export type {
UmbracoBlockItemModel,
RenderBlockContext,
} from "./types/RichTextTypes";
} from "./rich-text/RichTextTypes";

0 comments on commit c2a0fa3

Please sign in to comment.