UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

8 lines (7 loc) 290 B
import type { ViewProps } from "react-native"; export interface NativeProps extends ViewProps { debug?: boolean; opaque?: boolean; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>; export default _default;