import PDFFreeTextAnnotation from "./PDFFreeTextAnnotation.vue"; import PDFHighlightAnnotation from "./PDFHighlightAnnotation.vue"; import PDFInkAnnotation from "./PDFInkAnnotation.vue"; import PDFCommentAnnotation from "./PDFCommentAnnotation.vue"; import PDFStampAnnotation from "./PDFStampAnnotation.vue"; export { PDFFreeTextAnnotation, PDFHighlightAnnotation, PDFInkAnnotation, PDFCommentAnnotation, PDFStampAnnotation, };