UNPKG

react-web-native-sketch

Version:

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

10 lines (9 loc) 244 B
import * as React from 'react'; export interface Props { error?: string; labelPositionLeft: boolean; onPress: () => void; title?: string; value: string; } export declare const TextInputContainer: React.ComponentType<Props>;