Skip to content

Commit

Permalink
fix: exporting schema function [] (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
aodhagan-cf authored Jul 24, 2024
1 parent ded6d12 commit 21bf8a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rich-text-types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ export { EMPTY_DOCUMENT } from './emptyDocument';

import * as helpers from './helpers';
export { helpers };

export { getSchemaWithNodeType } from './schemas';

0 comments on commit 21bf8a6

Please sign in to comment.