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 PopoverHeaderProps extends HTMLUIProps<"header"> { } declare const PopoverHeader: _yamada_ui_core.Component<"header", PopoverHeaderProps>; export { PopoverHeader, type PopoverHeaderProps };