@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
9 lines (8 loc) • 397 B
TypeScript
import type { BlendProps } from "../../types/ImageFilters";
import type { NodeContext } from "../Node";
import { JsiDeclarationNode } from "../Node";
import type { DeclarationContext } from "../../types/DeclarationContext";
export declare class BlendNode extends JsiDeclarationNode<BlendProps> {
constructor(ctx: NodeContext, props: BlendProps);
decorate(ctx: DeclarationContext): void;
}