UNPKG

@trycourier/courier-ui-inbox

Version:

Inbox components for the Courier web UI

7 lines (6 loc) 244 B
import { CourierInboxTheme } from '../types/courier-inbox-theme'; export declare class CourierInboxSkeletonListItem extends HTMLElement { private _shadow; constructor(theme: CourierInboxTheme, opacity: number); private getStyles; }