react-simply-carousel 8.3.4 → 8.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ declare type ReactSimplyCarouselResponsiveProps = (Omit<Omit<ReactSimplyCarousel
|
|
|
51
51
|
minWidth?: number;
|
|
52
52
|
maxWidth?: number;
|
|
53
53
|
})[];
|
|
54
|
-
declare type ReactSimplyCarouselProps = ReactSimplyCarouselStaticProps & {
|
|
54
|
+
export declare type ReactSimplyCarouselProps = ReactSimplyCarouselStaticProps & {
|
|
55
55
|
responsiveProps?: ReactSimplyCarouselResponsiveProps;
|
|
56
56
|
};
|
|
57
57
|
declare function ReactSimplyCarousel({ responsiveProps, ...props }: ReactSimplyCarouselProps): JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-simply-carousel",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.5",
|
|
4
4
|
"description": "A simple, lightweight, fully controlled isomorphic (with SSR support) React.js carousel component. Touch enabled and responsive. With support for autoplay and infinity options. Fully customizable",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|