@textbus/editor
Version:
Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.
40 lines (39 loc) • 1.35 kB
TypeScript
export * from './audio.tool';
export * from './blockquote.tool';
export * from './bold.tool';
export * from './clean.tool';
export * from './code.tool';
export * from './color.tool';
export * from './components.tool';
export * from './default-group.tool';
export * from './emoji.tool';
export * from './font-family.tool';
export * from './font-size.tool';
export * from './format-painter.tool';
export * from './heading.tool';
export * from './history-back.tool';
export * from './history-forward.tool';
export * from './image.tool';
export * from './insert-paragraph-after.tool';
export * from './insert-paragraph-before.tool';
export * from './italic.tool';
export * from './left-to-right.tool';
export * from './letter-spacing.tool';
export * from './line-height.tool';
export * from './link.tool';
export * from './ol.tool';
export * from './pre.tool';
export * from './right-to-left.tool';
export * from './strike-through.tool';
export * from './subscript.tool';
export * from './superscript.tool';
export * from './table-add.tool';
export * from './table-remove.tool';
export * from './text-align.tool';
export * from './text-background.tool';
export * from './text-indent.tool';
export * from './ul.tool';
export * from './underline.tool';
export * from './unlink.tool';
export * from './vertical-align.tool';
export * from './video.tool';