import React from "react"; import type { ComponentProps } from "react"; import { Typography } from "@jobber/components-native"; type TypographyStoryArgs = Pick, "transform">; export function TypographyBasic(props: Partial) { return Some type here; }