UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

5 lines (4 loc) 244 B
import React from "react"; import type { SkiaProps } from "../../processors/Animations/Animations"; import type { DiffRectProps } from "../../../dom/types"; export declare const DiffRect: (props: SkiaProps<DiffRectProps>) => React.JSX.Element;