Files
cunkebao_v3/Cunkebao/app/components/ui/popover.tsx
2025-04-09 09:31:09 +08:00

8 lines
135 B
TypeScript

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