Oli8 / spaper

PaperCSS components for Svelte
https://oli8.github.io/spaper/
MIT License
199 stars 9 forks source link

Form Component missing types #48

Closed KevsRepos closed 2 years ago

KevsRepos commented 2 years ago

[Issue] The Form.svelte component is missing types, see Image:

image

I was able to fix that locally by adding extends SvelteComponentTyped<FormProps, FormEvents, FormSlots> to export default class Form inside the npm module in the Form.svelte.dt.ts file. Though these files seem to be auto generated as they dont appear in the actual source code. How to fix this?

Oli8 commented 2 years ago

Seems like the d.ts is not properly generated when the component has no script tag (svelte-kit bug?) I'll update the Form.svelte.dt.ts in the next release, thanks for the report and the troubleshooting.

Oli8 commented 2 years ago

Fixed in v0.7.6