UNPKG

@yamada-ui/popover

Version:

Yamada UI popover component

7 lines (4 loc) 167 B
import { FC } from '@yamada-ui/core'; import { PropsWithChildren } from 'react'; declare const PopoverTrigger: FC<PropsWithChildren<{}>>; export { PopoverTrigger };