We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947d4ad commit 7086709Copy full SHA for 7086709
packages/svelte/src/motion/public.d.ts
@@ -34,6 +34,7 @@ export interface Spring<T> extends Readable<T> {
34
* <input type="range" bind:value={spring.target} />
35
* <input type="range" bind:value={spring.current} disabled />
36
* ```
37
+ * @since 5.8.0
38
*/
39
export class Spring<T> {
40
constructor(value: T, options?: SpringOpts);
0 commit comments