import React from "react"; import type { ComponentProps } from "react"; import { InputEmail } from "@jobber/components-native"; type InputEmailProps = ComponentProps; export function InputEmailBasic(props: Partial) { return ; }