@textbus/editor
Version:
Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.
10 lines (9 loc) • 342 B
TypeScript
export * from './_config';
export * from './block-attr.formatter';
export * from './block-style.formatter';
export * from './inline-element.formatter';
export * from './inline-style.formatter';
export * from './outer-style.formatter';
export * from './inline-tag-style.formatter';
export * from './link.formatter';
export * from './matcher';