UNPKG

@eightshift/frontend-libs

Version:

A collection of useful frontend utility modules. powered by Eightshift

11 lines (9 loc) 276 B
import { MenuSeparator as EsUicMenuSeparator } from '@eightshift/ui-components'; /** * @since 8.5.0 * * @deprecated Use `MenuSeparator` from `@eightshift/ui-components` instead. * * A simple menu separator. */ export const MenuSeparator = () => <EsUicMenuSeparator />;