Files
cunkebao_v3/Cunkebao/app/components/ui/popover.tsx
2025-04-02 16:00:10 +08:00

8 lines
135 B
TypeScript
Executable File

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