Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinmiron committed Nov 14, 2023
1 parent 821b5e1 commit 7e55803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type StaggerProps = React.PropsWithChildren<{
| BaseAnimationBuilder
| typeof BaseAnimationBuilder
| EntryExitAnimationFunction
| Keyframe;
| typeof Keyframe;
/**
* Return the desired animation builder. It can be any of
* https://www.reanimated2.com/docs/api/LayoutAnimations/exitAnimations.
Expand All @@ -59,7 +59,7 @@ export type StaggerProps = React.PropsWithChildren<{
| BaseAnimationBuilder
| typeof BaseAnimationBuilder
| EntryExitAnimationFunction
| Keyframe;
| typeof Keyframe;

initialEnteringDelay?: number;
initialExitingDelay?: number;
Expand Down

0 comments on commit 7e55803

Please sign in to comment.