Skip to content

Commit

Permalink
patch type fixes oliviertassinari#545
Browse files Browse the repository at this point in the history
  • Loading branch information
kodai3 committed Jul 12, 2020
1 parent b9ebec1 commit ef093ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-swipeable-views/src/SwipeableViews.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface SpringConfig {
export interface SwipeableViewsProps extends React.HTMLProps<HTMLDivElement> {
animateHeight?: boolean;
animateTransitions?: boolean;
action?: (hooks: SwipeableViewsHooks) => void;
axis?: AxisType;
containerStyle?: React.CSSProperties;
disabled?: boolean;
Expand Down

0 comments on commit ef093ee

Please sign in to comment.