UNPKG

@atlaskit/adf-schema

Version:

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

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