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