UNPKG

@keerthanask/page-flip

Version:

Powerful, simple and flexible JS Library for creating realistic and beautiful page turning effect

13 lines (12 loc) 471 B
import { Render } from '../Render/Render'; import { PageCollection } from './PageCollection'; import { PageFlip } from '../PageFlip'; /** * Сlass representing a collection of pages as HTML Element */ export declare class HTMLPageCollection extends PageCollection { private readonly element; private readonly pagesElement; constructor(app: PageFlip, render: Render, element: HTMLElement, items: NodeListOf<HTMLElement> | HTMLElement[]); load(): void; }