UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

9 lines (6 loc) 173 B
import type { ISkiaValueApi } from "./types"; declare global { var SkiaValueApi: ISkiaValueApi; } const { SkiaValueApi } = global; export const ValueApi = SkiaValueApi;