UNPKG

@yamada-ui/menu

Version:

Yamada UI menu component

15 lines (12 loc) 392 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps } from '@yamada-ui/core'; /** * @deprecated Use `MenuSeparatorProps` instead. */ interface MenuDividerProps extends HTMLUIProps<"hr"> { } /** * @deprecated Use `MenuSeparator` instead. */ declare const MenuDivider: _yamada_ui_core.Component<"hr", MenuDividerProps>; export { MenuDivider, type MenuDividerProps };