import { PhotoView } from "$lexicon/types/social/grain/photo/defs.ts"; import { AtUri } from "@atproto/syntax"; import { Button } from "./Button.tsx"; import { Dialog } from "./Dialog.tsx"; import { Label } from "./Label.tsx"; import { Textarea } from "./Textarea.tsx"; export function PhotoAltDialog({ photo, }: Readonly<{ photo: PhotoView; }>) { return ( Add alt text
{photo.alt}