@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
4 lines (3 loc) • 415 B
TypeScript
export declare const inlineCard: import("packages/editor/adf-schema-generator/dist/types/adfNode").ADFNode<[string, "with_annotation"], import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFCommonNodeSpec & {
marks: import("packages/editor/adf-schema-generator/dist/types/adfMark").ADFMark<import("packages/editor/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
}>;