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