Skip to content

Commit

Permalink
Merge pull request #65 from kfirzuberi/expose_op_to_html_converter
Browse files Browse the repository at this point in the history
Expose op to html converter
  • Loading branch information
nozer committed Jul 17, 2019
2 parents b2e7949 + 93d7f94 commit 5ebc131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

// main entry file for node
export { QuillDeltaToHtmlConverter } from './QuillDeltaToHtmlConverter';
export { OpToHtmlConverter } from './OpToHtmlConverter';
export { InlineGroup, VideoItem, BlockGroup, ListGroup, ListItem, BlotBlock } from "./grouper/group-types";
export { DeltaInsertOp } from "./DeltaInsertOp";
export { InsertDataQuill, InsertDataCustom } from "./InsertData";
Expand Down

0 comments on commit 5ebc131

Please sign in to comment.