import React from "react"; import { action } from "storybook/actions"; import { ActionItem, Card } from "@jobber/components-native"; import type { ActionItemProps } from "@jobber/components-native"; export function ActionItemTitleOnlyExample(props: Partial) { return ( action("alert")("👍")} {...props} /> ); }