UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

4 lines (3 loc) 167 B
import type { ReactNode } from "react"; export * from "../renderer/components"; export declare const draw: (element: ReactNode, width: number, height: number) => any;