UNPKG

@atlaskit/editor-common

Version:

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

8 lines (7 loc) 451 B
export { MediaInlineImageCard } from './media-inline-image-card'; export { InlineImageWrapper } from './inline-image-wrapper'; export { DEFAULT_IMAGE_WIDTH, DEFAULT_IMAGE_HEIGHT } from './constants'; export type { MediaInlineAttrs } from './types'; export { DEFAULT_INLINE_IMAGE_ASPECT_RATIO } from './constants'; export { mediaInlineImageStyles, INLINE_IMAGE_WRAPPER_CLASS_NAME, } from './styles'; export { mediaInlineImagesEnabled } from './utils';