mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
fix exports causing uberflow warnings (#3827)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
4e558f0cfe
commit
4d2ec444b4
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user