@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
10 lines (7 loc) • 710 B
JavaScript
/* eslint-disable @atlaskit/editor/no-re-export -- VOLTC-139 tracks removal of these deprecated compatibility re-export shims. */
/** Result of calling {@link createPMMarkSpecFactory} with a concrete mark spec (for isolated declarations). */
/** Result of calling {@link createPMNodeSpecFactory} with a concrete node spec (for isolated declarations). */
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { createPMNodeSpecFactory } from './create-pm-node-spec-factory';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { createPMMarkSpecFactory } from './create-pm-mark-spec-factory';