UNPKG

@atlaskit/adf-schema

Version:

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

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