Skip to content

Commit

Permalink
Merge pull request #14267 from ckeditor/ck/14158
Browse files Browse the repository at this point in the history
Other (engine): Exports `ViewTreeWalker` from `ckeditor5-engine/src/index.ts`. Closes #14158.
  • Loading branch information
arkflpc committed May 29, 2023
2 parents 25b4a6d + ac326e2 commit e72b49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ckeditor5-engine/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export { default as ViewEmptyElement } from './view/emptyelement';
export { default as ViewRawElement } from './view/rawelement';
export { default as ViewUIElement } from './view/uielement';
export { default as ViewDocumentFragment } from './view/documentfragment';
export { default as ViewTreeWalker, type TreeWalkerValue as ViewTreeWalkerValue } from './view/treewalker';
export type { default as ViewElementDefinition } from './view/elementdefinition';
export type { default as ViewDocumentSelection } from './view/documentselection';
export { default as AttributeElement } from './view/attributeelement';
Expand Down

0 comments on commit e72b49a

Please sign in to comment.