UNPKG

@yamada-ui/modal

Version:

Yamada UI modal component

10 lines (7 loc) 440 B
import * as _yamada_ui_motion from '@yamada-ui/motion'; import { MotionProps } from '@yamada-ui/motion'; import { PropsWithChildren } from 'react'; interface ModalContentProps extends Omit<MotionProps<"section">, "animation" | "children" | "scrollBehavior" | "transition">, PropsWithChildren { } declare const ModalContent: _yamada_ui_motion.MotionComponent<"section", ModalContentProps>; export { ModalContent, type ModalContentProps };