chore: regenerate types (#14592)

pull/14593/head
Rich Harris 1 month ago committed by GitHub
parent ad87572adc
commit 65fdcec55d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1671,6 +1671,7 @@ declare module 'svelte/motion' {
* <input type="range" bind:value={spring.target} />
* <input type="range" bind:value={spring.current} disabled />
* ```
* @since 5.8.0
*/
export class Spring<T> {
constructor(value: T, options?: SpringOpts);

Loading…
Cancel
Save