Skip to content

Commit

Permalink
add since tag to Spring (#14585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Dec 6, 2024
1 parent 947d4ad commit 7086709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte/src/motion/public.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface Spring<T> extends Readable<T> {
* <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);
Expand Down

0 comments on commit 7086709

Please sign in to comment.