import React from "react"; import { InputFieldWrapper } from "@jobber/components-native"; import type { InputFieldWrapperProps } from "@jobber/components-native"; export function InputFieldWrapperPrefixAndSuffix( props: Partial, ) { return ( {props.children} ); }