UNPKG

react-auto-image-slider

Version:
8 lines (7 loc) 197 B
/// <reference types="react" /> interface Props { total: number; currentIndex: number; } declare const Indicator: ({ total, currentIndex }: Props) => JSX.Element; export default Indicator;