Type Alias TextInputType

TextInputType: React.ComponentClass<TextInputProps> & {
    defaultProps: TextInputProps;
    Sizes: Record<"DEFAULT" | "MINI", string>;
}