UNPKG

expo-pencilkit

Version:

Expo/React Native wrapper for Apple's Pencilkit API.

12 lines 350 B
import * as React from "react"; import { ViewProps } from "react-native"; export type Props = { sampleId: string; url: string; _id: string; width: number; height: number; submit: boolean; } & ViewProps; export default function ExpoPencilkitView(props: Props): React.JSX.Element; //# sourceMappingURL=ExpoPencilkitView.d.ts.map