UNPKG

663 BTypeScriptView Raw
1import * as React from 'react';
2import type { ChildTextInputProps } from './types';
3declare const TextInputFlat: ({ disabled, editable, label, error, selectionColor: customSelectionColor, cursorColor, underlineColor, underlineStyle, activeUnderlineColor, textColor, dense, style, theme, render, multiline, parentState, innerRef, onFocus, forceFocus, onBlur, onChangeText, onLayoutAnimatedText, onLabelTextLayout, onLeftAffixLayoutChange, onRightAffixLayoutChange, onInputLayout, left, right, placeholderTextColor, testID, contentStyle, ...rest }: ChildTextInputProps) => React.JSX.Element;
4export default TextInputFlat;
5//# sourceMappingURL=TextInputFlat.d.ts.map
\No newline at end of file