Type alias PDFDownloadDialogue

PDFDownloadDialogue: ModuleConfig & {
    content: PDFDownloadDialogueContent;
    options: PDFDownloadDialogueOptions;
}

Generated using TypeDoc