@textbus/xnote
Version:
A high-performance rich text editor that supports multiplayer online collaboration.
13 lines (12 loc) • 342 B
TypeScript
export * from './background-color';
export * from './bold';
export * from './code';
export * from './color';
export * from './font-family';
export * from './font-size';
export * from './italic';
export * from './link';
export * from './strike-through';
export * from './subscript';
export * from './superscript';
export * from './underline';