@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
9 lines (8 loc) • 455 B
TypeScript
export declare const expand: import("packages/editor/adf-schema-generator/dist/types/adfNode").ADFNode<[
string,
"root_only"
], 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>[];
noMarks: false;
noExtend: true;
}>;