File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
packages/rich-text-core/src Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @craft-cross-cms/rich-text-core ' : patch
3+ ---
4+
5+ Re-export ` MarkdownExtensionOptions ` and ` MarkdownExtensionStorage ` types from ` @tiptap/markdown ` to propagate its module augmentation to consumers.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export type { TableKitOptions } from '@tiptap/extension-table';
2323export type { TextAlignOptions } from '@tiptap/extension-text-align' ;
2424export type { UnderlineOptions } from '@tiptap/extension-underline' ;
2525export type { CharacterCountOptions , CharacterCountStorage } from '@tiptap/extensions' ;
26+ export type { MarkdownExtensionOptions , MarkdownExtensionStorage } from '@tiptap/markdown' ;
2627
2728// Extensions
2829export {
You can’t perform that action at this time.
0 commit comments