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