UNPKG

@yamada-ui/menu

Version:

Yamada UI menu component

11 lines (8 loc) 379 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps } from '@yamada-ui/core'; import { MotionPropsWithoutChildren } from '@yamada-ui/motion'; interface MenuListProps extends HTMLUIProps<"ul"> { contentProps?: MotionPropsWithoutChildren; } declare const MenuList: _yamada_ui_core.Component<"ul", MenuListProps>; export { MenuList, type MenuListProps };