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 DrawerFooterProps extends ModalFooterProps { } declare const DrawerFooter: _yamada_ui_core.Component<"footer", DrawerFooterProps>; export { DrawerFooter, type DrawerFooterProps };