UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

3 lines (2 loc) 135 B
import type { SkRect } from "../types"; export declare const rrect: (r: SkRect, rx: number, ry: number) => import("../types").SkRRect;