UNPKG

react-native-image-gallery-refis360movil

Version:

A React Native image gallery browser with interactive animations

7 lines (6 loc) 218 B
/// <reference types="react" /> export interface ScrollSpacerViewProps { readonly width: any; readonly height: any; } export declare const ScrollSpacerView: (props: ScrollSpacerViewProps) => JSX.Element;