UNPKG

mui-tiptap

Version:

A Material-UI (MUI) styled WYSIWYG rich text editor, using Tiptap

17 lines (16 loc) 1.21 kB
export { default as ControlledBubbleMenu, type ControlledBubbleMenuProps, } from "./ControlledBubbleMenu"; export { default as LinkBubbleMenu, type LinkBubbleMenuProps, } from "./LinkBubbleMenu"; export { default as MenuBar, type MenuBarProps } from "./MenuBar"; export { default as MenuDivider, type MenuDividerProps } from "./MenuDivider"; export { default as RichTextContent, type RichTextContentProps, } from "./RichTextContent"; export { default as RichTextEditor, type RichTextEditorProps, type RichTextEditorRef, } from "./RichTextEditor"; export { default as RichTextEditorProvider, type RichTextEditorProviderProps, } from "./RichTextEditorProvider"; export { default as RichTextField, type RichTextFieldProps, } from "./RichTextField"; export { default as RichTextReadOnly, type RichTextReadOnlyProps, } from "./RichTextReadOnly"; export { default as TableBubbleMenu, type TableBubbleMenuProps, } from "./TableBubbleMenu"; export { RichTextEditorContext, useRichTextEditorContext } from "./context"; export * from "./controls"; export * from "./extensions"; export * from "./hooks"; export { Z_INDEXES, getEditorStyles, getImageBackgroundColorStyles, } from "./styles"; export * from "./utils";