UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

7 lines 143 B
import { css } from '@emotion/react'; const linkSharedStyle = css({ 'a.blockLink': { display: 'block' } }); export { linkSharedStyle };