Skip to content

Commit

Permalink
Added missing exports from react package (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlipski committed Dec 8, 2023
1 parent 9c243b1 commit b289c8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export * from "./editor/defaultThemes";

export * from "./components/FormattingToolbar/DefaultButtons/ColorStyleButton";
export * from "./components/FormattingToolbar/DefaultButtons/CreateLinkButton";
export * from "./components/FormattingToolbar/DefaultButtons/ImageCaptionButton";
export * from "./components/FormattingToolbar/DefaultButtons/NestBlockButtons";
export * from "./components/FormattingToolbar/DefaultButtons/ReplaceImageButton";
export * from "./components/FormattingToolbar/DefaultButtons/TextAlignButton";
export * from "./components/FormattingToolbar/DefaultButtons/ToggledStyleButton";
export * from "./components/FormattingToolbar/DefaultDropdowns/BlockTypeDropdown";
Expand Down Expand Up @@ -36,6 +38,9 @@ export * from "./slashMenuItems/defaultReactSlashMenuItems";
export * from "./components/ImageToolbar/DefaultImageToolbar";
export * from "./components/ImageToolbar/ImageToolbarPositioner";

export * from "./components/TableHandles/DefaultTableHandle";
export * from "./components/TableHandles/TableHandlePositioner";

export * from "./components-shared/Toolbar/Toolbar";
export * from "./components-shared/Toolbar/ToolbarButton";
export * from "./components-shared/Toolbar/ToolbarDropdown";
Expand Down

2 comments on commit b289c8b

@vercel
Copy link

@vercel vercel bot commented on b289c8b Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b289c8b Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blocknote – ./

blocknote-typecell.vercel.app
blocknote-main.vercel.app
blocknote-git-main-typecell.vercel.app

Please sign in to comment.