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