Skip to content

Commit

Permalink
fix(types): return type for load fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored May 24, 2023
1 parent 2f48344 commit e608718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/plugins/fonts-loader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Load Bootstrap Italia fonts
* @param {string} path - the path where fonts live
*/
export function loadFonts(path: string)
export function loadFonts(path: string): void

0 comments on commit e608718

Please sign in to comment.