UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

6 lines (5 loc) 439 B
import type { DrawingNodeProps } from "../../dom/types"; import type { BaseRecorder } from "../../skia/types/Recorder"; import type { Node } from "../Node"; export declare const processPaint: ({ opacity, color, strokeWidth, blendMode, style, strokeJoin, strokeCap, strokeMiter, antiAlias, dither, paint: paintRef, }: DrawingNodeProps) => DrawingNodeProps | null; export declare const visit: (recorder: BaseRecorder, root: Node[]) => void;