@types/react-swipeable-views
Advanced tools
Comparing version 0.13.5 to 0.13.6
@@ -27,3 +27,3 @@ import * as React from "react"; | ||
export interface SwipeableViewsProps extends Omit<React.HTMLProps<HTMLDivElement>, "action"> { | ||
export interface SwipeableViewsProps extends Omit<React.HTMLProps<HTMLDivElement>, "action" | "ref"> { | ||
animateHeight?: boolean | undefined; | ||
@@ -30,0 +30,0 @@ animateTransitions?: boolean | undefined; |
{ | ||
"name": "@types/react-swipeable-views", | ||
"version": "0.13.5", | ||
"version": "0.13.6", | ||
"description": "TypeScript definitions for react-swipeable-views", | ||
@@ -30,4 +30,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-swipeable-views", | ||
}, | ||
"typesPublisherContentHash": "c68fa699d6f4d06607c631a495588290c595c5880a3acae45617a53724392158", | ||
"typeScriptVersion": "4.5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "e7552b6835c5a32a602c042a5c5f526381108df077f535edad04bf110fec71d1", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -37,3 +37,3 @@ # Installation | ||
export interface SwipeableViewsProps extends Omit<React.HTMLProps<HTMLDivElement>, "action"> { | ||
export interface SwipeableViewsProps extends Omit<React.HTMLProps<HTMLDivElement>, "action" | "ref"> { | ||
animateHeight?: boolean | undefined; | ||
@@ -78,3 +78,3 @@ animateTransitions?: boolean | undefined; | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Thu, 05 Dec 2024 19:32:25 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -81,0 +81,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7284