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