Skip to content

Commit

Permalink
Fix module-ambient.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Mar 8, 2024
1 parent e017f12 commit b389d10
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ declare module 'gi://<%= name %>?version=<%= version %>' {
declare module 'gi://<%= name %>' {
<%- moduleImportStr %>;
export default <%- girModule.importNamespace -%>;
}
}
<%_ } _%>

0 comments on commit b389d10

Please sign in to comment.