UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

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