This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/flow-typed/npm/rich-markdown-editor_vx.x.x.js

1267 lines
45 KiB
JavaScript

// flow-typed signature: 9f6f0a5c149e0eac61df8762f869d628
// flow-typed version: <<STUB>>/rich-markdown-editor_v^10.5.0/flow_v0.104.0
/**
* This is an autogenerated libdef stub for:
*
* 'rich-markdown-editor'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'rich-markdown-editor' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'rich-markdown-editor/dist/commands/backspaceToParagraph' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/commands/insertFiles' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/commands/toggleBlockType' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/commands/toggleList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/commands/toggleWrap' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/BlockMenu' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/BlockMenuItem' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/Flex' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/FloatingToolbar' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/FormattingToolbar' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/LinkEditor' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/LinkSearchResult' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/Menu' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/ToolbarButton' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/ToolbarSeparator' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/Tooltip' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/components/VisuallyHidden' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/commands/backspaceToParagraph' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/commands/createAndInsertLink' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/commands/insertFiles' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/commands/toggleBlockType' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/commands/toggleList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/commands/toggleWrap' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/BlockMenu' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/BlockMenuItem' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/Flex' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/FloatingToolbar' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/Input' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/LinkEditor' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/LinkSearchResult' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/LinkToolbar' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/Menu' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/SelectionToolbar' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/ToolbarButton' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/ToolbarSeparator' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/Tooltip' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/components/VisuallyHidden' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/ComponentView' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/Extension' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/ExtensionManager' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/getDataTransferFiles' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/getMarkAttrs' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/headingToSlug' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/isUrl' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/ComponentView' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/Extension' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/ExtensionManager' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/getDataTransferFiles' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/getHeadings' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/getMarkAttrs' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/headingToSlug' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/isUrl' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/breaks' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/checkboxes' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/embeds' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/notices' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/placeholders' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/rules' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/serializer' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/tables' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/markInputRule' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/lib/uploadPlaceholder' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/markdown/breaks' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/markdown/checkboxes' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/markdown/embeds' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/markdown/rules' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/markdown/serializer' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/markdown/tables' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/markInputRule' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/marks/Bold' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/marks/Code' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/marks/Highlight' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/marks/Italic' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/marks/Link' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/marks/Mark' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/marks/Placeholder' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/marks/Strikethrough' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/menus/block' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/menus/formatting' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/menus/table' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/menus/tableCol' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/menus/tableRow' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Blockquote' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/BulletList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/CheckboxItem' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/CheckboxList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/CodeBlock' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/CodeFence' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Doc' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Embed' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Heading' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/HorizontalRule' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Image' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/ListItem' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Node' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Notice' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/OrderedList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Paragraph' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/ReactNode' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Table' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/TableCell' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/TableHeadCell' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/TableRow' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Text' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/plugins/BlockMenuTrigger' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/plugins/History' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/plugins/Keys' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/plugins/MarkdownPaste' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/plugins/Placeholder' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/plugins/Prism' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/plugins/SmartText' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/plugins/TrailingNode' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/queries/getColumnIndex' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/queries/getMarkRange' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/queries/getRowIndex' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/queries/isInList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/queries/isList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/queries/isMarkActive' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/queries/isNodeActive' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/server' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/theme' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/types' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/lib/uploadPlaceholder' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/marks/Bold' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/marks/Code' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/marks/Highlight' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/marks/Italic' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/marks/Link' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/marks/Mark' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/marks/Strikethrough' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/menus/block' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/menus/formatting' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/menus/table' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/menus/tableCol' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/menus/tableRow' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/Blockquote' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/BulletList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/CheckboxItem' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/CheckboxList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/CodeBlock' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/CodeFence' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/Doc' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/Embed' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/Heading' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/HorizontalRule' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/Image' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/ListItem' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/Node' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/OrderedList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/Paragraph' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/ReactNode' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/Table' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/TableCell' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/TableHeadCell' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/TableNodes' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/TableRow' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/nodes/Text' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/plugins/BlockMenuTrigger' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/plugins/History' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/plugins/Keys' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/plugins/MarkdownPaste' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/plugins/Placeholder' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/plugins/Prism' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/plugins/SmartText' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/plugins/TrailingNode' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/queries/getColumnIndex' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/queries/getMarkRange' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/queries/getRowIndex' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/queries/isInList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/queries/isList' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/queries/isMarkActive' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/queries/isNodeActive' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/server' {
declare module.exports: any;
}
declare module 'rich-markdown-editor/dist/theme' {
declare module.exports: any;
}
// Filename aliases
declare module 'rich-markdown-editor/dist/commands/backspaceToParagraph.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/commands/backspaceToParagraph'>;
}
declare module 'rich-markdown-editor/dist/commands/insertFiles.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/commands/insertFiles'>;
}
declare module 'rich-markdown-editor/dist/commands/toggleBlockType.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/commands/toggleBlockType'>;
}
declare module 'rich-markdown-editor/dist/commands/toggleList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/commands/toggleList'>;
}
declare module 'rich-markdown-editor/dist/commands/toggleWrap.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/commands/toggleWrap'>;
}
declare module 'rich-markdown-editor/dist/components/BlockMenu.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/BlockMenu'>;
}
declare module 'rich-markdown-editor/dist/components/BlockMenuItem.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/BlockMenuItem'>;
}
declare module 'rich-markdown-editor/dist/components/Flex.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/Flex'>;
}
declare module 'rich-markdown-editor/dist/components/FloatingToolbar.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/FloatingToolbar'>;
}
declare module 'rich-markdown-editor/dist/components/FormattingToolbar.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/FormattingToolbar'>;
}
declare module 'rich-markdown-editor/dist/components/LinkEditor.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/LinkEditor'>;
}
declare module 'rich-markdown-editor/dist/components/LinkSearchResult.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/LinkSearchResult'>;
}
declare module 'rich-markdown-editor/dist/components/Menu.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/Menu'>;
}
declare module 'rich-markdown-editor/dist/components/ToolbarButton.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/ToolbarButton'>;
}
declare module 'rich-markdown-editor/dist/components/ToolbarSeparator.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/ToolbarSeparator'>;
}
declare module 'rich-markdown-editor/dist/components/Tooltip.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/Tooltip'>;
}
declare module 'rich-markdown-editor/dist/components/VisuallyHidden.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/components/VisuallyHidden'>;
}
declare module 'rich-markdown-editor/dist/index' {
declare module.exports: $Exports<'rich-markdown-editor/dist'>;
}
declare module 'rich-markdown-editor/dist/index.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist'>;
}
declare module 'rich-markdown-editor/dist/lib/commands/backspaceToParagraph.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/commands/backspaceToParagraph'>;
}
declare module 'rich-markdown-editor/dist/lib/commands/createAndInsertLink.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/commands/createAndInsertLink'>;
}
declare module 'rich-markdown-editor/dist/lib/commands/insertFiles.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/commands/insertFiles'>;
}
declare module 'rich-markdown-editor/dist/lib/commands/toggleBlockType.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/commands/toggleBlockType'>;
}
declare module 'rich-markdown-editor/dist/lib/commands/toggleList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/commands/toggleList'>;
}
declare module 'rich-markdown-editor/dist/lib/commands/toggleWrap.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/commands/toggleWrap'>;
}
declare module 'rich-markdown-editor/dist/lib/components/BlockMenu.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/BlockMenu'>;
}
declare module 'rich-markdown-editor/dist/lib/components/BlockMenuItem.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/BlockMenuItem'>;
}
declare module 'rich-markdown-editor/dist/lib/components/Flex.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/Flex'>;
}
declare module 'rich-markdown-editor/dist/lib/components/FloatingToolbar.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/FloatingToolbar'>;
}
declare module 'rich-markdown-editor/dist/lib/components/Input.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/Input'>;
}
declare module 'rich-markdown-editor/dist/lib/components/LinkEditor.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/LinkEditor'>;
}
declare module 'rich-markdown-editor/dist/lib/components/LinkSearchResult.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/LinkSearchResult'>;
}
declare module 'rich-markdown-editor/dist/lib/components/LinkToolbar.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/LinkToolbar'>;
}
declare module 'rich-markdown-editor/dist/lib/components/Menu.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/Menu'>;
}
declare module 'rich-markdown-editor/dist/lib/components/SelectionToolbar.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/SelectionToolbar'>;
}
declare module 'rich-markdown-editor/dist/lib/components/ToolbarButton.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/ToolbarButton'>;
}
declare module 'rich-markdown-editor/dist/lib/components/ToolbarSeparator.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/ToolbarSeparator'>;
}
declare module 'rich-markdown-editor/dist/lib/components/Tooltip.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/Tooltip'>;
}
declare module 'rich-markdown-editor/dist/lib/components/VisuallyHidden.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/components/VisuallyHidden'>;
}
declare module 'rich-markdown-editor/dist/lib/ComponentView.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/ComponentView'>;
}
declare module 'rich-markdown-editor/dist/lib/Extension.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/Extension'>;
}
declare module 'rich-markdown-editor/dist/lib/ExtensionManager.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/ExtensionManager'>;
}
declare module 'rich-markdown-editor/dist/lib/getDataTransferFiles.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/getDataTransferFiles'>;
}
declare module 'rich-markdown-editor/dist/lib/getMarkAttrs.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/getMarkAttrs'>;
}
declare module 'rich-markdown-editor/dist/lib/headingToSlug.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/headingToSlug'>;
}
declare module 'rich-markdown-editor/dist/lib/index' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib'>;
}
declare module 'rich-markdown-editor/dist/lib/index.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib'>;
}
declare module 'rich-markdown-editor/dist/lib/isUrl.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/isUrl'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/ComponentView.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/ComponentView'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/Extension.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/Extension'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/ExtensionManager.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/ExtensionManager'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/getDataTransferFiles.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/getDataTransferFiles'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/getHeadings.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/getHeadings'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/getMarkAttrs.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/getMarkAttrs'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/headingToSlug.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/headingToSlug'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/isUrl.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/isUrl'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/breaks.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/markdown/breaks'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/checkboxes.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/markdown/checkboxes'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/embeds.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/markdown/embeds'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/notices.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/markdown/notices'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/placeholders.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/markdown/placeholders'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/rules.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/markdown/rules'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/serializer.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/markdown/serializer'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/markdown/tables.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/markdown/tables'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/markInputRule.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/markInputRule'>;
}
declare module 'rich-markdown-editor/dist/lib/lib/uploadPlaceholder.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/lib/uploadPlaceholder'>;
}
declare module 'rich-markdown-editor/dist/lib/markdown/breaks.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/markdown/breaks'>;
}
declare module 'rich-markdown-editor/dist/lib/markdown/checkboxes.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/markdown/checkboxes'>;
}
declare module 'rich-markdown-editor/dist/lib/markdown/embeds.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/markdown/embeds'>;
}
declare module 'rich-markdown-editor/dist/lib/markdown/rules.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/markdown/rules'>;
}
declare module 'rich-markdown-editor/dist/lib/markdown/serializer.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/markdown/serializer'>;
}
declare module 'rich-markdown-editor/dist/lib/markdown/tables.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/markdown/tables'>;
}
declare module 'rich-markdown-editor/dist/lib/markInputRule.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/markInputRule'>;
}
declare module 'rich-markdown-editor/dist/lib/marks/Bold.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/marks/Bold'>;
}
declare module 'rich-markdown-editor/dist/lib/marks/Code.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/marks/Code'>;
}
declare module 'rich-markdown-editor/dist/lib/marks/Highlight.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/marks/Highlight'>;
}
declare module 'rich-markdown-editor/dist/lib/marks/Italic.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/marks/Italic'>;
}
declare module 'rich-markdown-editor/dist/lib/marks/Link.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/marks/Link'>;
}
declare module 'rich-markdown-editor/dist/lib/marks/Mark.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/marks/Mark'>;
}
declare module 'rich-markdown-editor/dist/lib/marks/Placeholder.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/marks/Placeholder'>;
}
declare module 'rich-markdown-editor/dist/lib/marks/Strikethrough.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/marks/Strikethrough'>;
}
declare module 'rich-markdown-editor/dist/lib/menus/block.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/menus/block'>;
}
declare module 'rich-markdown-editor/dist/lib/menus/formatting.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/menus/formatting'>;
}
declare module 'rich-markdown-editor/dist/lib/menus/table.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/menus/table'>;
}
declare module 'rich-markdown-editor/dist/lib/menus/tableCol.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/menus/tableCol'>;
}
declare module 'rich-markdown-editor/dist/lib/menus/tableRow.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/menus/tableRow'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Blockquote.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Blockquote'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/BulletList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/BulletList'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/CheckboxItem.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/CheckboxItem'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/CheckboxList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/CheckboxList'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/CodeBlock.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/CodeBlock'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/CodeFence.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/CodeFence'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Doc.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Doc'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Embed.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Embed'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Heading.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Heading'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/HorizontalRule.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/HorizontalRule'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Image.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Image'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/ListItem.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/ListItem'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Node.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Node'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Notice.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Notice'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/OrderedList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/OrderedList'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Paragraph.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Paragraph'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/ReactNode.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/ReactNode'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Table.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Table'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/TableCell.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/TableCell'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/TableHeadCell.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/TableHeadCell'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/TableRow.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/TableRow'>;
}
declare module 'rich-markdown-editor/dist/lib/nodes/Text.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/nodes/Text'>;
}
declare module 'rich-markdown-editor/dist/lib/plugins/BlockMenuTrigger.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/plugins/BlockMenuTrigger'>;
}
declare module 'rich-markdown-editor/dist/lib/plugins/History.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/plugins/History'>;
}
declare module 'rich-markdown-editor/dist/lib/plugins/Keys.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/plugins/Keys'>;
}
declare module 'rich-markdown-editor/dist/lib/plugins/MarkdownPaste.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/plugins/MarkdownPaste'>;
}
declare module 'rich-markdown-editor/dist/lib/plugins/Placeholder.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/plugins/Placeholder'>;
}
declare module 'rich-markdown-editor/dist/lib/plugins/Prism.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/plugins/Prism'>;
}
declare module 'rich-markdown-editor/dist/lib/plugins/SmartText.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/plugins/SmartText'>;
}
declare module 'rich-markdown-editor/dist/lib/plugins/TrailingNode.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/plugins/TrailingNode'>;
}
declare module 'rich-markdown-editor/dist/lib/queries/getColumnIndex.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/queries/getColumnIndex'>;
}
declare module 'rich-markdown-editor/dist/lib/queries/getMarkRange.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/queries/getMarkRange'>;
}
declare module 'rich-markdown-editor/dist/lib/queries/getRowIndex.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/queries/getRowIndex'>;
}
declare module 'rich-markdown-editor/dist/lib/queries/isInList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/queries/isInList'>;
}
declare module 'rich-markdown-editor/dist/lib/queries/isList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/queries/isList'>;
}
declare module 'rich-markdown-editor/dist/lib/queries/isMarkActive.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/queries/isMarkActive'>;
}
declare module 'rich-markdown-editor/dist/lib/queries/isNodeActive.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/queries/isNodeActive'>;
}
declare module 'rich-markdown-editor/dist/lib/server.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/server'>;
}
declare module 'rich-markdown-editor/dist/lib/theme.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/theme'>;
}
declare module 'rich-markdown-editor/dist/lib/types/index' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/types'>;
}
declare module 'rich-markdown-editor/dist/lib/types/index.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/types'>;
}
declare module 'rich-markdown-editor/dist/lib/uploadPlaceholder.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/lib/uploadPlaceholder'>;
}
declare module 'rich-markdown-editor/dist/marks/Bold.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/marks/Bold'>;
}
declare module 'rich-markdown-editor/dist/marks/Code.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/marks/Code'>;
}
declare module 'rich-markdown-editor/dist/marks/Highlight.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/marks/Highlight'>;
}
declare module 'rich-markdown-editor/dist/marks/Italic.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/marks/Italic'>;
}
declare module 'rich-markdown-editor/dist/marks/Link.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/marks/Link'>;
}
declare module 'rich-markdown-editor/dist/marks/Mark.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/marks/Mark'>;
}
declare module 'rich-markdown-editor/dist/marks/Strikethrough.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/marks/Strikethrough'>;
}
declare module 'rich-markdown-editor/dist/menus/block.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/menus/block'>;
}
declare module 'rich-markdown-editor/dist/menus/formatting.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/menus/formatting'>;
}
declare module 'rich-markdown-editor/dist/menus/table.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/menus/table'>;
}
declare module 'rich-markdown-editor/dist/menus/tableCol.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/menus/tableCol'>;
}
declare module 'rich-markdown-editor/dist/menus/tableRow.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/menus/tableRow'>;
}
declare module 'rich-markdown-editor/dist/nodes/Blockquote.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/Blockquote'>;
}
declare module 'rich-markdown-editor/dist/nodes/BulletList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/BulletList'>;
}
declare module 'rich-markdown-editor/dist/nodes/CheckboxItem.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/CheckboxItem'>;
}
declare module 'rich-markdown-editor/dist/nodes/CheckboxList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/CheckboxList'>;
}
declare module 'rich-markdown-editor/dist/nodes/CodeBlock.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/CodeBlock'>;
}
declare module 'rich-markdown-editor/dist/nodes/CodeFence.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/CodeFence'>;
}
declare module 'rich-markdown-editor/dist/nodes/Doc.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/Doc'>;
}
declare module 'rich-markdown-editor/dist/nodes/Embed.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/Embed'>;
}
declare module 'rich-markdown-editor/dist/nodes/Heading.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/Heading'>;
}
declare module 'rich-markdown-editor/dist/nodes/HorizontalRule.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/HorizontalRule'>;
}
declare module 'rich-markdown-editor/dist/nodes/Image.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/Image'>;
}
declare module 'rich-markdown-editor/dist/nodes/ListItem.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/ListItem'>;
}
declare module 'rich-markdown-editor/dist/nodes/Node.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/Node'>;
}
declare module 'rich-markdown-editor/dist/nodes/OrderedList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/OrderedList'>;
}
declare module 'rich-markdown-editor/dist/nodes/Paragraph.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/Paragraph'>;
}
declare module 'rich-markdown-editor/dist/nodes/ReactNode.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/ReactNode'>;
}
declare module 'rich-markdown-editor/dist/nodes/Table.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/Table'>;
}
declare module 'rich-markdown-editor/dist/nodes/TableCell.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/TableCell'>;
}
declare module 'rich-markdown-editor/dist/nodes/TableHeadCell.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/TableHeadCell'>;
}
declare module 'rich-markdown-editor/dist/nodes/TableNodes.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/TableNodes'>;
}
declare module 'rich-markdown-editor/dist/nodes/TableRow.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/TableRow'>;
}
declare module 'rich-markdown-editor/dist/nodes/Text.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/nodes/Text'>;
}
declare module 'rich-markdown-editor/dist/plugins/BlockMenuTrigger.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/plugins/BlockMenuTrigger'>;
}
declare module 'rich-markdown-editor/dist/plugins/History.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/plugins/History'>;
}
declare module 'rich-markdown-editor/dist/plugins/Keys.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/plugins/Keys'>;
}
declare module 'rich-markdown-editor/dist/plugins/MarkdownPaste.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/plugins/MarkdownPaste'>;
}
declare module 'rich-markdown-editor/dist/plugins/Placeholder.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/plugins/Placeholder'>;
}
declare module 'rich-markdown-editor/dist/plugins/Prism.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/plugins/Prism'>;
}
declare module 'rich-markdown-editor/dist/plugins/SmartText.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/plugins/SmartText'>;
}
declare module 'rich-markdown-editor/dist/plugins/TrailingNode.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/plugins/TrailingNode'>;
}
declare module 'rich-markdown-editor/dist/queries/getColumnIndex.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/queries/getColumnIndex'>;
}
declare module 'rich-markdown-editor/dist/queries/getMarkRange.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/queries/getMarkRange'>;
}
declare module 'rich-markdown-editor/dist/queries/getRowIndex.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/queries/getRowIndex'>;
}
declare module 'rich-markdown-editor/dist/queries/isInList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/queries/isInList'>;
}
declare module 'rich-markdown-editor/dist/queries/isList.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/queries/isList'>;
}
declare module 'rich-markdown-editor/dist/queries/isMarkActive.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/queries/isMarkActive'>;
}
declare module 'rich-markdown-editor/dist/queries/isNodeActive.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/queries/isNodeActive'>;
}
declare module 'rich-markdown-editor/dist/server.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/server'>;
}
declare module 'rich-markdown-editor/dist/theme.js' {
declare module.exports: $Exports<'rich-markdown-editor/dist/theme'>;
}