UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

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