UNPKG

@meetdhanani/react-image-carousel

Version:

A modern React Image Carousel component with smooth transitions and touch support

8 lines (7 loc) 261 B
import React from 'react'; interface LoadingPlaceholderProps { placeholderColor: string; loadingPlaceholder?: React.ReactNode; } declare const LoadingPlaceholder: (props: LoadingPlaceholderProps) => React.JSX.Element; export default LoadingPlaceholder;