Skip to content

Commit 7086709

Browse files
authored
add since tag to Spring (#14585)
1 parent 947d4ad commit 7086709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/motion/public.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export interface Spring<T> extends Readable<T> {
3434
* <input type="range" bind:value={spring.target} />
3535
* <input type="range" bind:value={spring.current} disabled />
3636
* ```
37+
* @since 5.8.0
3738
*/
3839
export class Spring<T> {
3940
constructor(value: T, options?: SpringOpts);

0 commit comments

Comments
 (0)