Update velocity-react types

This commit is contained in:
Eric Schultz 2019-04-19 15:27:40 -05:00
parent 9ff35c3d77
commit f136e68d03

View file

@ -11,11 +11,10 @@ interface VelocityComponentProps
animation: Animation animation: Animation
runOnMount?: boolean runOnMount?: boolean
targetQuerySelector?: TargetQuerySelector targetQuerySelector?: TargetQuerySelector
} }
export declare class VelocityComponent extends React.Component<VelocityComponentProps, {}> export declare class VelocityComponent extends React.Component<VelocityComponentProps & jquery.velocity.Options, {}>
{ {
runAnimation():void runAnimation():void
} }