@gip-recia/esco-content-menu-lit
Version:
Web component to display into eyebrow menu a user information menu with profile picture and more.
18 lines • 651 B
TypeScript
import { LitElement, TemplateResult } from 'lit';
declare const ActionFavorites_base: (new (...args: any[]) => import("@mixins/litLoggable").LoggableInterface) & typeof LitElement;
export declare class ActionFavorites extends ActionFavorites_base {
messages: never[];
fname: string;
chanId: number;
backGroundIsDark: boolean;
isFavorite: boolean;
constructor();
protected shouldUpdate(): boolean;
firstUpdated(): void;
favoriteMessage(): string;
toggleFavorite(e: Event): void;
render(): TemplateResult;
static styles: import("lit").CSSResult;
}
export {};
//# sourceMappingURL=action-favorites.d.ts.map