UNPKG

@trycourier/courier-ui-inbox

Version:

Inbox components for the Courier web UI

15 lines (14 loc) 455 B
import { CourierInboxTheme } from '../types/courier-inbox-theme'; export declare class CourierInboxPaginationListItem extends HTMLElement { private skeletonLoadingList?; private observer; private customItem?; private onPaginationTrigger; constructor(props: { theme: CourierInboxTheme; customItem?: HTMLElement; onPaginationTrigger: () => void; }); private getStyles; disconnectedCallback(): void; }