Update index.ts

pull/4110/head
Oreille 6 years ago committed by GitHub
parent 9260b7c1d6
commit 86810e4b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -138,7 +138,7 @@ interface ScaleParams {
easing: EasingFunction;
x: boolean;
y: boolean;
start: number | {x: number, y:number};
start: number | {x: number; y: number};
opacity: number;
}

Loading…
Cancel
Save