feat(editor): Add wysiwyg editor
This commit is contained in:
5
ts_web/elements/wysiwyg/index.ts
Normal file
5
ts_web/elements/wysiwyg/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export * from './wysiwyg.types.js';
|
||||
export * from './wysiwyg.styles.js';
|
||||
export * from './wysiwyg.converters.js';
|
||||
export * from './wysiwyg.shortcuts.js';
|
||||
export * from './wysiwyg.blocks.js';
|
Reference in New Issue
Block a user