UNPKG

@snippetify/book-reader-component

Version:
8 lines (7 loc) 172 B
export declare class Paragraph { no: number; page: number; abbr: string; content: string; constructor(no: number, page: number, abbr: string, content: string); }