1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00
Files
joplin/packages/editor/ProseMirror/index.ts
2025-07-29 20:25:43 +01:00

7 lines
287 B
TypeScript

// This index.ts file helps prevent code duplication issues when bundling
// as it allows ESBuild to select the TypeScript version of createEditor.
import '../polyfills';
// eslint-disable-next-line import/prefer-default-export
export { default as createEditor } from './createEditor';