UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

9 lines (8 loc) 374 B
import type { DiffRectProps, DrawingContext } from "../../types"; import { JsiDrawingNode } from "../DrawingNode"; import type { NodeContext } from "../Node"; export declare class DiffRectNode extends JsiDrawingNode<DiffRectProps, null> { constructor(ctx: NodeContext, props: DiffRectProps); deriveProps(): null; draw({ canvas, paint }: DrawingContext): void; }