react-native-walkthrough-swiper
Version:
A walkthrough swiper component for React-Native. Can be used in onboarding/walkthrough screens. Uses Reanimated API to create smooth animations.
9 lines • 362 B
TypeScript
declare const _default: React.MemoExoticComponent<({ data, currentSlide, inActiveSlideColor, activeSlideColor }: {
data: any;
currentSlide: any;
inActiveSlideColor?: string | undefined;
activeSlideColor?: string | undefined;
}) => React.JSX.Element>;
export default _default;
import React from 'react';
//# sourceMappingURL=PaginationBtn.d.ts.map