Skip to content

Commit

Permalink
feat: export ImageViewComponent component
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 15, 2023
1 parent 3afff48 commit 217cfe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/ngx-editor/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ export * from './lib/types';
export * from './lib/parsers';
export { default as Editor } from './lib/Editor';
export * from './lib/defaultPlugins';

// other exports for convenience
export { ImageViewComponent } from './lib/components/image-view/image-view.component';

0 comments on commit 217cfe3

Please sign in to comment.