UNPKG

@yamada-ui/menu

Version:

Yamada UI menu component

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