UNPKG

@atlaskit/adf-schema

Version:

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

8 lines (7 loc) 206 B
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator'; export declare const inlineCard: ADFNode<[ string, 'with_annotation' ], ADFCommonNodeSpec & { marks: any[]; }>;