@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
44 lines (43 loc) • 883 B
TypeScript
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
export declare const paragraph: ADFNode<[
string,
'with_alignment',
'with_indentation',
'with_marks',
'with_no_marks',
'with_font_size',
'with_font_size_and_alignment',
'with_font_size_and_indentation'
], ADFCommonNodeSpec & {
content: never[];
ignore: never[];
marks: any[];
} & {
content: never[];
ignore: never[];
marks: any[];
} & {
content: never[];
ignore: never[];
marks: any[];
} & {
content: never[];
ignore: never[];
marks: never[];
noMarks: true;
} & {
content: never[];
ignore: never[];
marks: any[];
stage0: true;
} & {
content: never[];
ignore: never[];
marks: any[];
stage0: true;
} & {
content: never[];
ignore: never[];
marks: any[];
stage0: true;
}>;