react-native-paper
Version:
Material design for React Native
4 lines (3 loc) • 464 B
TypeScript
import type { ChildTextInputProps } from './types';
declare 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;
export default TextInputFlat;