Skip to content

Commit

Permalink
Add missing delay prop to AnimatePropTypeInterface (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPan authored Oct 14, 2024
1 parent cc5c4a3 commit fba0f47
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 fba0f47

Please sign in to comment.