react-native-paper
Version:
Material design for React Native
4 lines (3 loc) • 521 B
TypeScript
import type { ChildTextInputProps } from './types';
declare const TextInputOutlined: ({ disabled, editable, label, error, selectionColor, underlineColor: _underlineColor, outlineColor: customOutlineColor, activeOutlineColor, dense, style, theme, render, multiline, parentState, innerRef, onFocus, forceFocus, onBlur, onChangeText, onLayoutAnimatedText, onLeftAffixLayoutChange, onRightAffixLayoutChange, left, right, placeholderTextColor, ...rest }: ChildTextInputProps) => JSX.Element;
export default TextInputOutlined;