UNPKG

521 BTypeScriptView Raw
1import type { ChildTextInputProps } from './types';
2declare 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;
3export default TextInputOutlined;