I need to use some WebComponents at $JOB inside SvelteKit, built as a SPA.
Supposing that <my-web-component>
has:
- API attributes (like disabled, but custom ones)
- Methods
- Events
What could be the best way to wrap this around a Svelte Component, in order to have some type hinting and autocompletion?
Thanks
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744287975a4566890.html
评论列表(0条)