react-web-native-sketch
Version:
[TODO: We need an overview of how this can be used via npm vs as a local package]
7 lines (6 loc) • 397 B
TypeScript
import * as React from "react";
import { FieldStateProps } from "../../redux/FormComponents/FormComponents.types";
import { S3PhotoComponentDBValue, S3PhotoInputComponentProps } from "./S3PhotoInputComponent.types";
declare type OwnProps = S3PhotoInputComponentProps & FieldStateProps<S3PhotoComponentDBValue>;
export declare const S3PhotoInputComponent: React.ComponentType<OwnProps>;
export {};