@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
27 lines (26 loc) • 586 B
TypeScript
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
export declare const text: ADFNode<[
string,
'with_no_marks',
'link_inline',
'formatted',
'code_inline'
], ADFCommonNodeSpec & {
marks: never[];
noMarks: true;
} & {
ignore: ('pm-spec' | 'json-schema')[];
marks: any[];
} & {
DANGEROUS_MANUAL_OVERRIDE: {
'validator-spec': {
'props.marks.items[0][9]': {
reason: string;
remove: true;
};
};
};
marks: any[];
} & {
marks: any[];
}>;