UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

5 lines (4 loc) 273 B
import React from "react"; import type { SkiaDefaultProps } from "../../processors/Animations/Animations"; import type { PointsProps } from "../../../dom/types"; export declare const Points: ({ mode, ...props }: SkiaDefaultProps<PointsProps, "mode">) => React.JSX.Element;