UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

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