// A page which holds TextItems displayable via PdfPageView export default class TextPage { constructor(options) { this.index = options.index; this.text = options.text; } }