UNPKG

@yamada-ui/modal

Version:

Yamada UI modal component

9 lines (6 loc) 288 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps } from '@yamada-ui/core'; interface DrawerDragBarProps extends HTMLUIProps { } declare const DrawerDragBar: _yamada_ui_core.Component<"div", DrawerDragBarProps>; export { DrawerDragBar, type DrawerDragBarProps };