UNPKG

464 BTypeScriptView Raw
1import type { ChildTextInputProps } from './types';
2declare const TextInputFlat: ({ disabled, editable, label, error, selectionColor, underlineColor, activeUnderlineColor, dense, style, theme, render, multiline, parentState, innerRef, onFocus, forceFocus, onBlur, onChangeText, onLayoutAnimatedText, onLeftAffixLayoutChange, onRightAffixLayoutChange, left, right, placeholderTextColor, ...rest }: ChildTextInputProps) => JSX.Element;
3export default TextInputFlat;