UNPKG

@fluido/react-components

Version:
10 lines (9 loc) 271 B
/// <reference types="react" /> interface NavigationDotsProps { length?: number; active?: number; group?: boolean[]; onClick?: (index: number) => void; } declare const NavigationDots: React.FC<NavigationDotsProps>; export default NavigationDots;