Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
rayane-djouah committed Sep 16, 2024
1 parent 1db6abb commit 13d82c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/PressableWithSecondaryInteraction/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ type PressableWithSecondaryInteractionProps = PressableWithFeedbackProps & {
*/
opacityAnimationDuration?: number;

/**
* The duration of the dimming animation
* @default variables.dimAnimationDuration
*/
dimAnimationDuration?: number;

/** Used to apply styles to the Pressable */
style?: ParsableStyle;

Expand Down

0 comments on commit 13d82c3

Please sign in to comment.