UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

5 lines (4 loc) 276 B
import React from "react"; import type { GlyphsProps } from "../../../dom/types"; import type { SkiaDefaultProps } from "../../processors/Animations/Animations"; export declare const Glyphs: ({ x, y, ...props }: SkiaDefaultProps<GlyphsProps, "x" | "y">) => React.JSX.Element;