Wavy-underlined symbol above a type-hover card showing signature, one-line description, and source path.
function greet(name: string): stringReturns a localized greeting for the given name.
@/lib/greet.tsRequires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor7 } from "@/components/beste/piece/editor7";
<Editor7
symbol="greet"
signature="function greet(name: string): string"
description="Returns a localized greeting for the given name."
source="@/lib/greet.ts"
/>