Skip to content

Commit

Permalink
fix: export more types from render engine plugin (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Mar 16, 2024
1 parent 0c205d5 commit cf134be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/engine-render/src/index.ts
Expand Up @@ -33,13 +33,14 @@ export * from './viewport';

// doc
export { DocumentViewModel } from './components/docs/view-model/document-view-model';
export { getAnchorBounding, TEXT_RANGE_LAYER_INDEX } from './components/docs/text-selection/text-range';
export { getAnchorBounding, TEXT_RANGE_LAYER_INDEX, TextRange } from './components/docs/text-selection/text-range';
export { NodePositionConvertToCursor } from './components/docs/text-selection/convert-cursor';
export { Liquid } from './components/docs/liquid';
export {
ITextSelectionRenderManager,
TextSelectionRenderManager,
getCanvasOffsetByEngine,
} from './components/docs/text-selection/text-selection-render-manager';
export type { IActiveTextRange, IEditorInputConfig, ITextSelectionInnerParam } from './components/docs/text-selection/text-selection-render-manager';
export { Documents } from './components/docs/document';
export { DocumentSkeleton } from './components/docs/layout/doc-skeleton';

0 comments on commit cf134be

Please sign in to comment.