Skip to content

Commit

Permalink
Merge pull request #242 from apertso/add-return-type-to-place-icons
Browse files Browse the repository at this point in the history
Add return type to placeIcons function
  • Loading branch information
jaynewey authored Jan 11, 2022
2 parents b956334 + 3b3391e commit 1b2161a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/buildTypesFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function typeTemplate(filenames) {
icons?: object, attrs?: object, replaceAttr?: string
}
export declare function placeIcons(options?: PlaceIconsOptions);
export declare function placeIcons(options?: PlaceIconsOptions): void;
export declare const icons: Icons;
Expand All @@ -50,4 +50,4 @@ function typeTemplate(filenames) {
export default function buildTypesFile(outputDir, filenames) {
emptyFile(outputDir, TYPES_FILENAME);
writeToFile(outputDir, TYPES_FILENAME, typeTemplate(filenames));
}
}

0 comments on commit 1b2161a

Please sign in to comment.