Skip to content

Commit fba0f47

Browse files
authored
Add missing delay prop to AnimatePropTypeInterface (#2658)
1 parent cc5c4a3 commit fba0f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/victory-core/src/types/prop-types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export interface Padding {
4242

4343
export interface AnimatePropTypeInterface {
4444
duration?: number;
45+
delay?: number;
4546
onEnd?: () => void;
4647
onExit?: {
4748
duration?: number;

0 commit comments

Comments
 (0)