Skip to content

Commit

Permalink
Export types
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymshymko committed Jul 22, 2022
1 parent 665b25d commit 1c4e309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simply-carousel",
"version": "8.3.4",
"version": "8.3.5",
"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",
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type ReactSimplyCarouselResponsiveProps = (Omit<
'onRequestChange'
> & { minWidth?: number; maxWidth?: number })[];

type ReactSimplyCarouselProps = ReactSimplyCarouselStaticProps & {
export type ReactSimplyCarouselProps = ReactSimplyCarouselStaticProps & {
responsiveProps?: ReactSimplyCarouselResponsiveProps;
};

Expand Down

0 comments on commit 1c4e309

Please sign in to comment.