@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
9 lines (8 loc) • 347 B
TypeScript
/// <reference types="react-native/types/modules/Codegen" />
import type { ViewProps } from "react-native";
export interface NativeProps extends ViewProps {
mode: string;
debug?: boolean;
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
export default _default;