shrpne / vue-inline-svg

Dynamically loads an SVG source and inline <svg> element so you can manipulate the style of it
MIT License
175 stars 21 forks source link

TypeScript types are missing exports #44

Closed pedrolamas closed 1 year ago

pedrolamas commented 1 year ago

Currently, only the defaul type is exported, but the InlineSvgComponent and InlineSvgPlugin are not, so we get an error while trying to import on typescript files!

image

shrpne commented 1 year ago

Thank you for reaching out! I'm not very experienced with Typescript, are you willing to fix it with PR?

pedrolamas commented 1 year ago

Sure, I'll send a PR later today! 🙂