UNPKG

@atlaskit/adf-schema

Version:

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

13 lines (12 loc) 295 B
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator'; export declare const nestedExpand: ADFNode<[ string, 'content', 'with_no_marks' ], ADFCommonNodeSpec & { ignore: 'pm-spec'[]; } & { content: never[]; marks: never[]; noMarks: true; }>;