svelte-types icon indicating copy to clipboard operation
svelte-types copied to clipboard

Typescript definitions for Svelte v3

Results 4 svelte-types issues
Sort by recently updated
recently updated
newest added

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.1.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

# Attention! The project moved to this monorepo https://github.com/pyoner/svelte-typescript The 3.4.4 version uploaded to npm causes the following error: ``` src/app.ts → dist/bundle.js... node_modules/@pyoner/svelte-types/types/svelte/index.d.ts:9:22 - error TS6053: File 'frontend/node_modules/@pyoner/svelte-types/types/svelte/store.d.ts' not...

Hello, Thank you for your work ! Do you know how to support export in components ? Example : MyComponent.svelte ```html export const danger = () => {...}; export const...

enhancement

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 3.1.0 to 4.2.19. Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: ensure typings for <svelte:options> are picked up (#12902) fix: escape < in attribute strings...

dependencies