react-multi-carousel
Advanced tools
Comparing version 1.1.0 to 1.1.1
import * as React from "react"; | ||
import "./styles.css"; | ||
import { CarouselInternalState, CarouselProps } from "./types"; | ||
@@ -4,0 +3,0 @@ declare class Carousel extends React.Component<CarouselProps, CarouselInternalState> { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const React = require("react"); | ||
require("./styles.css"); | ||
const utils_1 = require("./utils"); | ||
@@ -6,0 +5,0 @@ const defaultTransitionDuration = 300; |
{ | ||
"name": "react-multi-carousel", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
72850
21