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