rn-inkpad
Version:
<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />
11 lines (10 loc) • 468 B
TypeScript
import { IconName, inputProps } from '../types';
export declare const useInput: ({ borderRadius, borderColor, type, password, search, rightIcon, label, onPress, }: inputProps) => {
getRightIcon: () => IconName;
handleBlur: () => void;
handleFocus: () => void;
handlePress: () => void;
inputStyle: import("react-native").ViewStyle;
passwordVisible: boolean;
titleStyle: import("react-native").StyleProp<import("react-native").TextStyle>;
};