UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

9 lines (8 loc) 667 B
import type { SkRect, SkRRect } from "../types"; export declare const rect: (x: number, y: number, width: number, height: number) => import("../types").SkHostRect; export declare const bounds: (rects: SkRect[]) => import("../types").SkHostRect; export declare const topLeft: (r: SkRect | SkRRect) => import("../types").SkPoint; export declare const topRight: (r: SkRect | SkRRect) => import("../types").SkPoint; export declare const bottomLeft: (r: SkRect | SkRRect) => import("../types").SkPoint; export declare const bottomRight: (r: SkRect | SkRRect) => import("../types").SkPoint; export declare const center: (r: SkRect | SkRRect) => import("../types").SkPoint;