Files
cunkebao_v3/Cunkebao/app/components/ui/popover.tsx
2025-03-29 16:50:39 +08:00

8 lines
135 B
TypeScript

"use client"
import * as PopoverPrimitive from "@radix-ui/react-popover"
const Popover = PopoverPrimitive.Root
const PopoverTrigger