UNPKG

react-native-graph-plus

Version:

📈 Beautiful, high-performance Graphs and Charts for React Native +

6 lines (5 loc) • 294 B
import React from 'react'; import type { SelectionDotProps } from './LineGraphProps'; export declare const CIRCLE_RADIUS = 5; export declare const CIRCLE_RADIUS_MULTIPLIER = 6; export declare function SelectionDot({ isActive, color, circleX, circleY, }: SelectionDotProps): React.ReactElement;