UNPKG

@yamada-ui/popover

Version:

Yamada UI popover component

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