fix exports causing uberflow warnings (#3827)

Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
Anna No 2023-10-11 22:26:36 +07:00 committed by GitHub
parent 4e558f0cfe
commit 4d2ec444b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,20 +33,25 @@ export * from './types'
export {
IsEmptyContentExtension,
IsEmptyContentOptions,
IsEmptyContentStorage
type IsEmptyContentOptions,
type IsEmptyContentStorage
} from './components/extension/isEmptyContent'
export {
NodeHighlightExtension,
NodeHighlightExtensionOptions,
NodeHighlightType
NodeHighlightType,
type NodeHighlightExtensionOptions
} from './components/extension/nodeHighlight'
export { NodeUuidCommands, NodeUuidExtension, NodeUuidOptions, NodeUuidStorage } from './components/extension/nodeUuid'
export {
NodeUuidExtension,
type NodeUuidCommands,
type NodeUuidOptions,
type NodeUuidStorage
} from './components/extension/nodeUuid'
export { InlinePopupExtension } from './components/extension/inlinePopup'
export {
InlineStyleToolbarExtension,
InlineStyleToolbarOptions,
InlineStyleToolbarStorage
type InlineStyleToolbarOptions,
type InlineStyleToolbarStorage
} from './components/extension/inlineStyleToolbar'
export { textEditorId }