We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5c4a3 commit fba0f47Copy full SHA for fba0f47
packages/victory-core/src/types/prop-types.ts
@@ -42,6 +42,7 @@ export interface Padding {
42
43
export interface AnimatePropTypeInterface {
44
duration?: number;
45
+ delay?: number;
46
onEnd?: () => void;
47
onExit?: {
48
0 commit comments