UNPKG

@yamada-ui/modal

Version:

Yamada UI modal component

9 lines (6 loc) 315 B
import * as _yamada_ui_motion from '@yamada-ui/motion'; import { ModalOverlayProps } from './modal-overlay.js'; interface DrawerOverlayProps extends ModalOverlayProps { } declare const DrawerOverlay: _yamada_ui_motion.MotionComponent<"div", DrawerOverlayProps>; export { DrawerOverlay, type DrawerOverlayProps };