fix type cycle bug in vite

This commit is contained in:
Philipp Kühn
2021-03-31 13:44:56 +02:00
parent d06f5c0c73
commit f8d029040a
6 changed files with 9 additions and 27 deletions

View File

@@ -11,6 +11,7 @@ export { default as markPasteRule } from './pasteRules/markPasteRule'
export { default as callOrReturn } from './utilities/callOrReturn'
export { default as mergeAttributes } from './utilities/mergeAttributes'
export { default as generateHTML } from './helpers/generateHTML'
export { default as getSchema } from './helpers/getSchema'
export { default as getHTMLFromFragment } from './helpers/getHTMLFromFragment'