UNPKG

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