add since tag to Spring (#14585)

pull/14592/head
Rich Harris 10 months ago committed by GitHub
parent 947d4adf3b
commit 7086709767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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);

Loading…
Cancel
Save