@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
6 lines (5 loc) • 312 B
TypeScript
import React from "react";
import type { BoxProps, BoxShadowProps } from "../../../dom/types";
import type { SkiaProps } from "../../processors";
export declare const BoxShadow: (props: SkiaProps<BoxShadowProps>) => React.JSX.Element;
export declare const Box: (props: SkiaProps<BoxProps>) => React.JSX.Element;