UNPKG

tgui-angular

Version:

🚀 Angular UI library for Telegram Web Apps with modern components and theming support | 💼 Author is open to work opportunities | 📧 Contact: a.blagovestnov@gmail.com | 💬 Telegram: @ablagovestnov

11 lines (10 loc) • 240 B
/** * Enumeration of the various types of pagination items. */ export declare enum PaginationType { Page = "page", Next = "next", Previous = "previous", StartEllipsis = "start-ellipsis", EndEllipsis = "end-ellipsis" }