UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

9 lines (8 loc) 210 B
import type { Skia as SkSkiaApi } from "./types"; /** * Declares the SkiaApi as an available object in the global scope */ declare global { var SkiaApi: SkSkiaApi; } export declare const Skia: SkSkiaApi;