export { default as Editor } from './Editor'; export type { EditorProps, EditorState } from './Editor.types'; export { useEditorContext } from './Editor.context'; export { extractMentions, restoreMentionPlaceholders } from './utils/htmlPlaceholder'; export type { PlaceholderMap } from './utils/htmlPlaceholder'; //# sourceMappingURL=index.d.ts.map