import React from "react"; import { InputText } from "@jobber/components-native"; import type { InputTextProps } from "@jobber/components-native"; export function InputTextInvalid(props: Partial) { return ( ); }