@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
19 lines • 1.07 kB
JavaScript
export { em } from './em';
export { code } from './code';
export { strike } from './strike';
export { strong } from './strong';
export { underline } from './underline';
export { link, toJSON as linkToJSON } from './link';
export { typeAheadQuery } from './type-ahead-query';
export { subsup } from './subsup';
export { textColor, colorPalette, colorPaletteExtended } from './text-color';
export { confluenceInlineComment } from './confluence-inline-comment';
export { breakout } from './breakout';
export { alignment, alignmentPositionMap } from './alignment';
export { indentation } from './indentation';
export { annotation, AnnotationMarkStates, buildDataAttributes as buildAnnotationMarkDataAttributes, AnnotationTypes } from './annotation';
export { unsupportedMark } from './unsupported-mark';
export { unsupportedNodeAttribute } from './unsupported-node-attributes';
export { dataConsumer, toJSON as dataConsumerToJSON } from './data-consumer';
export { fragment, toJSON as fragmentToJSON } from './fragment';
export { border, borderColorPalette } from './border';