UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

4 lines (3 loc) 174 B
import React from "react"; import type { CustomDrawingNodeProps } from "../../dom/types"; export declare const Drawing: (props: CustomDrawingNodeProps) => React.JSX.Element;