Skip to content

Commit

Permalink
Add missing delay prop to AnimatePropTypeInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPan committed Oct 3, 2023
1 parent bbc1e2a commit d382ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/victory-core/src/types/prop-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export interface Padding {

export interface AnimatePropTypeInterface {
duration?: number;
delay?: number;
onEnd?: () => void;
onExit?: {
duration?: number;
Expand Down

0 comments on commit d382ae7

Please sign in to comment.