@yamada-ui/modal
Version:
Yamada UI modal component
9 lines (6 loc) • 297 B
TypeScript
import * as _yamada_ui_motion from '@yamada-ui/motion';
import { MotionProps } from '@yamada-ui/motion';
interface ModalOverlayProps extends MotionProps {
}
declare const ModalOverlay: _yamada_ui_motion.MotionComponent<"div", ModalOverlayProps>;
export { ModalOverlay, type ModalOverlayProps };