@yamada-ui/popover
Version:
Yamada UI popover component
9 lines (6 loc) • 301 B
text/typescript
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 };