@lobehub/editor
Version:
A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.
10 lines (9 loc) • 711 B
TypeScript
export { LITEXML_APPLY_COMMAND, LITEXML_INSERT_COMMAND, LITEXML_MODIFY_COMMAND, LITEXML_REMOVE_COMMAND, } from './command';
export { DiffAction, LITEXML_DIFFNODE_ALL_COMMAND, LITEXML_DIFFNODE_COMMAND, } from './command/diffCommand';
export { default as LitexmlDataSource } from './data-source/litexml-data-source';
export type { LitexmlPluginOptions } from './plugin';
export { LitexmlPlugin } from './plugin';
export { ReactLiteXmlPlugin } from './react';
export { useHasDiffNode } from './react/hooks/useHasDiffNode';
export type { XMLReaderFunc, XMLReaderRecord, XMLWriterFunc, XMLWriterRecord, } from './service/litexml-service';
export { ILitexmlService, LitexmlService } from './service/litexml-service';