Skip to content

Commit

Permalink
export RenderOptions from index
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiPie authored and cjroebuck committed Jan 15, 2024
1 parent 6ffe6be commit e9fe44a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ const validateOptions = (options: RenderOptions) => {
}
return Object.assign({}, DEFAULT_OPTIONS, options);
};

export { RenderOptions };

0 comments on commit e9fe44a

Please sign in to comment.