From f136e68d0361f65c8f363ba1e2f62823a5ac0518 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Fri, 19 Apr 2019 15:27:40 -0500 Subject: [PATCH] Update velocity-react types --- types/velocity-react/index.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/types/velocity-react/index.d.ts b/types/velocity-react/index.d.ts index dd9872e8..5c5d6cc3 100644 --- a/types/velocity-react/index.d.ts +++ b/types/velocity-react/index.d.ts @@ -11,11 +11,10 @@ interface VelocityComponentProps animation: Animation runOnMount?: boolean targetQuerySelector?: TargetQuerySelector - } -export declare class VelocityComponent extends React.Component +export declare class VelocityComponent extends React.Component { runAnimation():void }