Skip to content

Commit

Permalink
fix: types export from index file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkpatchaa committed Aug 21, 2024
1 parent 82fb8aa commit d112943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generate-svg.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const generateIndexFile = () => {
.join('\n');

const fileContent = `/* GENERATED FILE */
export { Icon, IconProps, IconContext, IconWeight } from './lib';
export { type Icon, type IconProps, IconContext, type IconWeight } from './lib';
${iconsExport}
`;
Expand Down

0 comments on commit d112943

Please sign in to comment.