Skip to content

Commit

Permalink
Added export to type Theme<T>.
Browse files Browse the repository at this point in the history
  • Loading branch information
Enough7 committed Dec 5, 2024
1 parent 9e3e0db commit e94cb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type Theme<T> = {
export type Theme<T> = {
render: (resume: object) => T | Promise<T>
}

Expand Down

0 comments on commit e94cb03

Please sign in to comment.