UNPKG

@atlaskit/editor-common

Version:

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

6 lines 162 B
import { css } from '@emotion/react'; var whitespaceSharedStyles = css({ wordWrap: 'break-word', whiteSpace: 'pre-wrap' }); export { whitespaceSharedStyles };