UNPKG

@mantine/tiptap

Version:

Rich text editor based on tiptap

14 lines (13 loc) 1.49 kB
export { Link } from './extensions/Link.mjs'; export { getTaskListExtension } from './extensions/TaskList.mjs'; export { RichTextEditor } from './RichTextEditor.mjs'; export { useRichTextEditorContext } from './RichTextEditor.context.mjs'; export { DEFAULT_LABELS } from './labels.mjs'; export { AlignCenterControl, AlignJustifyControl, AlignLeftControl, AlignRightControl, BlockquoteControl, BoldControl, BulletListControl, ClearFormattingControl, CodeBlockControl, CodeControl, H1Control, H2Control, H3Control, H4Control, H5Control, H6Control, HighlightControl, HrControl, ItalicControl, OrderedListControl, RedoControl, StrikeThroughControl, SubscriptControl, SuperscriptControl, TaskListControl, TaskListLiftControl, TaskListSinkControl, UnderlineControl, UndoControl, UnlinkControl, UnsetColorControl } from './RichTextEditorControl/controls.mjs'; export { RichTextEditorLinkControl } from './RichTextEditorControl/RichTextEditorLinkControl.mjs'; export { RichTextEditorColorPickerControl } from './RichTextEditorControl/RichTextEditorColorPickerControl.mjs'; export { RichTextEditorColorControl } from './RichTextEditorControl/RichTextEditorColorControl.mjs'; export { RichTextEditorControlsGroup } from './RichTextEditorControlsGroup/RichTextEditorControlsGroup.mjs'; export { RichTextEditorControl } from './RichTextEditorControl/RichTextEditorControl.mjs'; export { RichTextEditorContent } from './RichTextEditorContent/RichTextEditorContent.mjs'; //# sourceMappingURL=index.mjs.map