UNPKG

react-native-animated-pagination-dot

Version:
11 lines (10 loc) 255 B
/** * Created by rouge on 11/09/2019. * Converted to Functional component. on 21/09/2021 */ import React from 'react'; export declare const defaultEmptyDotSize = 3; declare const EmptyDot: React.FC<{ sizeRatio: number; }>; export default EmptyDot;