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