UNPKG

@eightshift/frontend-libs

Version:

A collection of useful frontend utility modules. powered by Eightshift

14 lines (12 loc) 308 B
import React from 'react'; 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 /> );