framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.15k stars 3.23k forks source link

Svelte List Component: Add ul to list of attributes #4292

Open erskingardner opened 1 month ago

erskingardner commented 1 month ago

I've noticed that the ul prop isn't included in the ListProps type. I think this is the only change that is required to fix it (I'm assuming the types files are autogenerated during the build process (however, I've not found a way to actually do that running the various build scripts).

Let me know if there is anything else needed in order to get this type working properly.