UNPKG

@atlaskit/editor-common

Version:

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

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