@textbus/xnote
Version:
A high-performance rich text editor that supports multiplayer online collaboration.
22 lines (21 loc) • 697 B
TypeScript
export * from './attr.tool';
export * from './block.tool';
export * from './bold.tool';
export * from './clean-formats.tool';
export * from './code.tool';
export * from './font-family.tool';
export * from './font-size.tool';
export * from './insert.tool';
export * from './insert-menu';
export * from './italic.tool';
export * from './link.tool';
export * from './redo.tool';
export * from './strike-through.tool';
export * from './subscript.tool';
export * from './superscript.tool';
export * from './text-background-color.tool';
export * from './text-color.tool';
export * from './underline.tool';
export * from './undo.tool';
export * from './table/_api';
export * from './_common/split-line';