atomicojs / atomico

Atomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.
https://atomicojs.dev
MIT License
1.16k stars 43 forks source link

Typings is missing? #18

Closed lostfields closed 3 years ago

lostfields commented 4 years ago

Hi, I was going to start using this lib with a typescript project, still trying it out to see if it works - but I noticed that typings is missing after installing it with npm?

I've made a red circle around the file that is missing

image

UpperCod commented 4 years ago

Hi, thanks for your issue, I have corrected this in version 0.14.3, I'm not a TS user, so I would appreciate if you have any comments on the statements I have generated for Atomico. index.d.ts

lostfields commented 4 years ago

Hi, thanks for your issue, I have corrected this in version 0.14.3, I'm not a TS user, so I would appreciate if you have any comments on the statements I have generated for Atomico. index.d.ts

Sure thing, I've noticed a few things and I can update them to make them even better.