UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

5 lines (4 loc) 262 B
/// <reference types="react" /> import { TextInputProps } from "./TextInput.types"; import { FieldStateProps } from "../../redux/FormComponents/FormComponents.types"; export declare const TextInput: (props: TextInputProps & FieldStateProps<any>) => JSX.Element;