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

Fixes #7103
pull/7738/head
Eric Liu 5 years ago committed by GitHub
parent 233dfc3eb0
commit 38abc2f073

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