UNPKG

@atlaskit/adf-schema

Version:

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

9 lines (8 loc) 221 B
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator'; export declare const extension: ADFNode<[ string, 'with_marks' ], ADFCommonNodeSpec & { ignore: never[]; marks: any[]; }>;