UNPKG

tgui-angular

Version:

🚀 Angular UI library for Telegram Web Apps with modern components and theming support | 💼 Author is open to work opportunities | 📧 Contact: a.blagovestnov@gmail.com | 💬 Telegram: @ablagovestnov

13 lines (12 loc) 737 B
import * as i0 from "@angular/core"; /** * A versatile component designed to display a placeholder with optional text, images, and actions. */ export declare class PlaceholderComponent { /** The primary text, usually a title or a header, for the placeholder. */ header?: string; /** Additional descriptive text to provide more details or context. */ description?: string; static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PlaceholderComponent, "tgui-placeholder", never, { "header": { "alias": "header"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, never, ["*", "[image]", "[action]"], true, never>; }