Skip to content

Commit

Permalink
fix(engine-render): add missing IPageRenderConfig type export
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Mar 16, 2024
1 parent 78e5426 commit d972f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/engine-render/src/index.ts
Expand Up @@ -43,4 +43,5 @@ export {
} 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 type { IPageRenderConfig } from './components/docs/document';
export { DocumentSkeleton } from './components/docs/layout/doc-skeleton';

0 comments on commit d972f5d

Please sign in to comment.