UNPKG

@yamada-ui/popover

Version:

Yamada UI popover component

9 lines (6 loc) 301 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps } from '@yamada-ui/core'; interface PopoverFooterProps extends HTMLUIProps<"footer"> { } declare const PopoverFooter: _yamada_ui_core.Component<"footer", PopoverFooterProps>; export { PopoverFooter, type PopoverFooterProps };