mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Correct semi-colon in Ease typings
This commit is contained in:
parent
8826814f37
commit
2bcf79509a
2
gsap/Ease.d.ts
vendored
2
gsap/Ease.d.ts
vendored
@ -95,7 +95,7 @@ declare namespace gsap {
|
||||
strength?: number;
|
||||
taper?: 'in' | 'out' | 'both' | 'none';
|
||||
template?: Ease;
|
||||
};
|
||||
}
|
||||
|
||||
export class RoughEase extends Ease {
|
||||
static ease: RoughEase;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user