react-native-app-helpers/StatusPillProps Props to be given to status pill components. Usage import type { StatusPillProps } from "react-native-app-helpers"; const example: StatusPillProps<"Example Status"> = { status: "Example Status", };