UNPKG

@yamada-ui/modal

Version:

Yamada UI modal component

9 lines (6 loc) 298 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { ModalHeaderProps } from './modal-header.js'; interface DrawerHeaderProps extends ModalHeaderProps { } declare const DrawerHeader: _yamada_ui_core.Component<"header", DrawerHeaderProps>; export { DrawerHeader, type DrawerHeaderProps };