@yamada-ui/modal
Version:
Yamada UI modal component
9 lines (6 loc) • 316 B
text/typescript
import * as _yamada_ui_motion from '@yamada-ui/motion';
import { ModalOverlayProps } from './modal-overlay.mjs';
interface DrawerOverlayProps extends ModalOverlayProps {
}
declare const DrawerOverlay: _yamada_ui_motion.MotionComponent<"div", DrawerOverlayProps>;
export { DrawerOverlay, type DrawerOverlayProps };