UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

5 lines (4 loc) 225 B
import React from "react"; import type { SkiaProps } from "../../processors"; import type { ImageProps } from "../../../dom/types"; export declare const Image: ({ fit, ...props }: SkiaProps<ImageProps>) => React.JSX.Element;