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