Skip to content

Commit 4bfddf8

Browse files
carla-at-wirisncornaglia-at-wiris
authored andcommitted
fix: Export CK5 Wiris classes (#1084)
1 parent 0ed634d commit 4bfddf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ckeditor5/src/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
import MathType from "./plugin.js";
2+
import CKEditor5Integration from "./integration.js";
3+
import { MathTypeCommand, ChemTypeCommand } from "./commands.js";
24

35
export default MathType;
6+
export { CKEditor5Integration, MathTypeCommand, ChemTypeCommand };

0 commit comments

Comments
 (0)