import { createDisclosure } from "@/lib/disclosure"; export const shareDialog = createDisclosure<{ key: string; prefix: string }>();