Skip to content

Commit

Permalink
Export types
Browse files Browse the repository at this point in the history
vadymshymko committed Jul 22, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 665b25d commit 1c4e309
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/"
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ type ReactSimplyCarouselResponsiveProps = (Omit<
'onRequestChange'
> & { minWidth?: number; maxWidth?: number })[];

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

0 comments on commit 1c4e309

Please sign in to comment.