@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
5 lines (4 loc) • 311 B
TypeScript
import React from "react";
import type { ImageShaderProps } from "../../../dom/types";
import type { SkiaDefaultProps } from "../../processors";
export declare const ImageShader: ({ tx, ty, fit, transform, ...props }: SkiaDefaultProps<ImageShaderProps, "tx" | "ty" | "fit" | "transform">) => React.JSX.Element;