UNPKG

@snippetify/book-reader-component

Version:
9 lines (8 loc) 162 B
export class Paragraph { constructor(no, page, abbr, content) { this.no = no; this.page = page; this.abbr = abbr; this.content = content; } }