UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

6 lines (5 loc) 165 B
import type { Vector } from "../../../skia/types"; export declare const rotate: (tr: Vector, origin: Vector, rotation: number) => { x: number; y: number; };