@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
5 lines (4 loc) • 309 B
TypeScript
import React from "react";
import type { SkiaDefaultProps } from "../../processors/Animations/Animations";
import type { DiscretePathEffectProps } from "../../../dom/types";
export declare const DiscretePathEffect: ({ seed, ...props }: SkiaDefaultProps<DiscretePathEffectProps, "seed">) => React.JSX.Element;