UNPKG

@yamada-ui/modal

Version:

Yamada UI modal component

9 lines (6 loc) 280 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { ModalBodyProps } from './modal-body.js'; interface DrawerBodyProps extends ModalBodyProps { } declare const DrawerBody: _yamada_ui_core.Component<"main", DrawerBodyProps>; export { DrawerBody, type DrawerBodyProps };