Skip to content

Commit

Permalink
feat: export IDocStateChangeParams and DocStateChangeManagerService (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Feb 5, 2024
1 parent fe4c26a commit 8a99b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/index.ts
Expand Up @@ -57,4 +57,5 @@ export { type IUniverDocsConfig, UniverDocsPlugin } from './doc-plugin';
export { DocSkeletonManagerService } from './services/doc-skeleton-manager.service';
export { DocViewModelManagerService } from './services/doc-view-model-manager.service';
export { TextSelectionManagerService } from './services/text-selection-manager.service';
export { DocStateChangeManagerService, type IDocStateChangeParams } from './services/doc-state-change-manager.service';
export { DocCanvasView } from './views/doc-canvas-view';

0 comments on commit 8a99b05

Please sign in to comment.