UNPKG

@grapecity/gcpdfviewer

Version:
8 lines (7 loc) 223 B
import { FileAttachmentAnnotation } from "../Annotations/AnnotationTypes"; export type AttachmentsModel = { attachments: FileAttachmentAnnotation[] | null; }; export type AttachmentsMsg = { type: 'reset'; };