Skip to content

Commit

Permalink
feat: export parse
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Jul 24, 2024
1 parent 25a5df4 commit 4b01089
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import parse from 'html-react-parser';
import TiptapParser from './TiptapParser';

export {
Expand All @@ -6,7 +7,11 @@ export {
} from './TiptapParser';

export {
type HTMLReactParserOptions
parse
}

export {
type HTMLReactParserOptions,
} from 'html-react-parser';

export default TiptapParser;

0 comments on commit 4b01089

Please sign in to comment.