react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
9 lines (8 loc) • 440 B
TypeScript
import React from 'react';
import { ForwardRefInjectedProps } from '../../commons/new';
import { InputProps } from './types';
declare const Input: {
({ flex, left, top, right, bottom, style, hint, color, forwardedRef, formatter, useGestureHandlerInput, readonly, recorderTag, pointerEvents, showMandatoryIndication, ...props }: InputProps & ForwardRefInjectedProps): React.JSX.Element;
displayName: string;
};
export default Input;