@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
9 lines (8 loc) • 371 B
TypeScript
import type { DrawingContext, ParagraphProps } from "../../types";
import { JsiDrawingNode } from "../DrawingNode";
import type { NodeContext } from "../Node";
export declare class ParagraphNode extends JsiDrawingNode<ParagraphProps, null> {
constructor(ctx: NodeContext, props: ParagraphProps);
deriveProps(): null;
draw({ canvas }: DrawingContext): void;
}