UNPKG

@yamada-ui/modal

Version:

Yamada UI modal component

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