fastjs-team / core

Fastjs is a useful, lightweight JavaScript library for any types of project.
https://fastjs.dev
MIT License
341 stars 37 forks source link

Missing type declaration in `FastjsDomList` #120

Closed xiaodong2008 closed 2 months ago

xiaodong2008 commented 2 months ago

What is the current behavior?

Doesn't have type declaration of FastjsDom in FastjsDomList

What is the expected behavior?

It should have type declarations

Steps to reproduce the problem

const el = dom.select("div")! as FastjsDomList;
el.addEvent() // any

Link to minimal reproduction

No response

System Info

No response

Any additional comments?

No response

Confirmations