UNPKG

@yamada-ui/modal

Version:

Yamada UI modal component

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