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