UNPKG

@sanity/ui

Version:

The Sanity UI components.

13 lines (11 loc) 229 B
import {styled} from 'styled-components' /** * @public */ export const MenuDivider = styled.hr` height: 1px; border: 0; background: var(--card-hairline-soft-color); margin: 0; ` MenuDivider.displayName = 'MenuDivider'