7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
"use client"
|
|
import * as PopoverPrimitive from "@radix-ui/react-popover"
|
|
|
|
const Popover = PopoverPrimitive.Root
|
|
|
|
const PopoverTrigger
|