UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

7 lines 417 B
/* eslint-disable @atlaskit/editor/no-re-export */ export { InsertTypeAheadStages, InsertTypeAheadStep } from './steps/type-ahead'; export { SetAttrsStep } from './steps/set-attrs'; export { AnalyticsStep } from './steps/analytics'; export { LinkMetaStep } from './steps/link-meta-step'; export { OverrideDocumentStep } from './steps/override-document-step'; export { BatchAttrsStep } from './steps/batch-attrs-step';