@trycourier/courier-ui-inbox
Version:
Inbox components for the Courier web UI
13 lines (12 loc) • 469 B
TypeScript
import { CourierBaseElement } from '@trycourier/courier-ui-core';
import { CourierInboxTheme } from '../types/courier-inbox-theme';
export declare class CourierInboxSkeletonListItem extends CourierBaseElement {
static get id(): string;
private _theme;
private _style?;
constructor(theme: CourierInboxTheme);
onComponentMounted(): void;
onComponentUnmounted(): void;
private render;
static getStyles(_theme: CourierInboxTheme): string;
}