UNPKG

@atlaskit/adf-schema

Version:

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

4 lines (3 loc) 197 B
import type { ADFMark, ADFMarkGroup, ADFMarkSpec } from '@atlaskit/adf-schema-generator'; export declare const annotation: ADFMark<ADFMarkSpec>; export declare const annotationGroup: ADFMarkGroup;