UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

5 lines (4 loc) 230 B
import React from "react"; import type { ImageSVGProps } from "../../../dom/types"; import type { AnimatedProps } from "../../processors"; export declare const ImageSVG: (props: AnimatedProps<ImageSVGProps>) => React.JSX.Element;