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