Update velocity-react types
This commit is contained in:
parent
9ff35c3d77
commit
f136e68d03
1 changed files with 1 additions and 2 deletions
3
types/velocity-react/index.d.ts
vendored
3
types/velocity-react/index.d.ts
vendored
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue