UNPKG

react-native-hook-image-slider

Version:
9 lines (8 loc) 234 B
/// <reference types="react" /> interface Props { active: boolean; emptyDotColor: string; activeDotColor: string; } declare const Dot: ({ active, emptyDotColor, activeDotColor }: Props) => JSX.Element; export default Dot;