UNPKG

react-native-hook-image-slider

Version:
10 lines (9 loc) 295 B
/// <reference types="react" /> interface Props { slide: string; loadingIndicatorColor: string; totalItemWidth: number; separatorColor: string; } declare const Slide: ({ slide, loadingIndicatorColor, totalItemWidth, separatorColor }: Props) => JSX.Element; export default Slide;