natemoo-re / astro-icon

Inline and sprite-based SVGs in Astro made easy!
https://astroicon.dev
Other
1.01k stars 57 forks source link

Fix: add typing for SSRResult with extended astro-icon properties #58

Closed stramel closed 1 year ago

stramel commented 1 year ago

Extended the SSRResult from astro to include the AstroIcon symbol property on the SSRResult. This allowed me to remove some anys and @ts-ignores.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: cfa86490d2c99c0d653b20bbf2514d62d7dd12ca

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ---------- | ----- | | astro-icon | Patch | | www | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
api-astroicon ✅ Ready (Inspect) Visit Preview Oct 20, 2022 at 5:44PM (UTC)
astroicon ✅ Ready (Inspect) Visit Preview Oct 20, 2022 at 5:44PM (UTC)
stramel commented 1 year ago

Closing in favor of #64