UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

4 lines (3 loc) 187 B
import type { CTMProps } from "../../../dom/types"; import type { DrawingContext } from "../DrawingContext"; export declare const saveCTM: (ctx: DrawingContext, props: CTMProps) => void;