UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

4 lines (3 loc) 247 B
import type { SkPoint } from "@shopify/react-native-skia"; export declare function degreesToRadians(degrees: number): number; export declare function calculatePointOnCircumference(center: SkPoint, radius: number, angleInRadians: number): SkPoint;