@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
53 lines (52 loc) • 1.61 kB
TypeScript
export declare const mediaSingle: import("@atlaskit/adf-schema-generator/dist/types/adfNode").ADFNode<[string, "caption", "full", "width_type"], import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFCommonNodeSpec & {
atom: false;
ignore: any[];
marks: any[];
contentMinItems: number;
contentMaxItems: number;
content: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentOrSpec[];
DANGEROUS_MANUAL_OVERRIDE: {
'pm-spec': {
content: {
value: string;
reason: string;
};
attrs: {
value: {
layout: {
default: string;
};
width: {
default: any;
};
};
reason: string;
};
};
};
} & {
atom: false;
content: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentRangeSpec[];
ignore: any[];
marks: any[];
DANGEROUS_MANUAL_OVERRIDE: {
'pm-spec': {
content: {
value: string;
reason: string;
};
};
};
} & {
content: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentRangeSpec[];
ignore: "json-schema"[];
marks: any[];
DANGEROUS_MANUAL_OVERRIDE: {
'pm-spec': {
content: {
value: string;
reason: string;
};
};
};
}>;