-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,27 @@ | ||
export { default as ButtonBack } from './ButtonBack'; | ||
export { default as ButtonBackView } from './ButtonBack/ButtonBack'; | ||
export { default as ButtonFirst } from './ButtonFirst'; | ||
export { default as ButtonNext } from './ButtonNext'; | ||
export { default as ButtonFirstView } from './ButtonFirst/ButtonFirst'; | ||
export { default as ButtonLast } from './ButtonLast'; | ||
export { default as ButtonLastView } from './ButtonLast/ButtonLast'; | ||
export { default as ButtonNext } from './ButtonNext'; | ||
export { default as ButtonNextView } from './ButtonNext/ButtonNext'; | ||
export { default as ButtonPlay } from './ButtonPlay'; | ||
export { default as ButtonPlayView } from './ButtonPlay/ButtonPlay'; | ||
export { default as CarouselProvider, CarouselContext } from './CarouselProvider'; | ||
export { default as Dot } from './Dot'; | ||
export { default as DotGroup } from './DotGroup'; | ||
export { default as DotGroupView } from './DotGroup/DotGroup'; | ||
export { default as DotView } from './Dot/Dot'; | ||
export { default as Image } from './Image'; | ||
export { default as ImageView } from './Image/Image'; | ||
export { default as ImageWithZoom } from './ImageWithZoom'; | ||
export { default as ImageWithZoomView } from './ImageWithZoom/ImageWithZoom'; | ||
export { default as Slide } from './Slide'; | ||
export { default as Slider } from './Slider'; | ||
export { default as SliderView } from './Slider/Slider'; | ||
export { default as SlideView } from './Slide/Slide'; | ||
export { default as Spinner } from './Spinner'; | ||
export { default as SpinnerView } from './Spinner/Spinner'; | ||
export { default as Store } from './Store/Store'; | ||
export { default as WithStore } from './Store/WithStore'; |