[fix] export FlipParams interface from "svelte/animate" (#7104)

Fixes #7103
pull/7137/head
Eric Liu 3 years ago committed by GitHub
parent cc445839e3
commit 7b07e6e243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ export interface AnimationConfig {
tick?: (t: number, u: number) => void;
}
interface FlipParams {
export interface FlipParams {
delay?: number;
duration?: number | ((len: number) => number);
easing?: (t: number) => number;

Loading…
Cancel
Save