Type Alias IParagraphOptions

IParagraphOptions: {
    children?: readonly ParagraphChild[];
    text?: string;
} & IParagraphPropertiesOptions