UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

5 lines (4 loc) 268 B
import React from "react"; import type { SkiaProps } from "../../processors/Animations/Animations"; import type { Line2DPathEffectProps } from "../../../dom/types"; export declare const Line2DPathEffect: (props: SkiaProps<Line2DPathEffectProps>) => React.JSX.Element;