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) • 766 B
TypeScript
import * as i0 from "@angular/core";
/**
* This component provides a flexible way to create a layout that is fixed to either the top or bottom of its parent container.
* It's useful for creating headers, footers, or any element that should remain in view regardless of the scrolling content.
*/
export declare class FixedLayoutComponent {
vertical: import("@angular/core").InputSignal<"bottom" | "top">;
get isTopPosition(): boolean;
get isBottomPosition(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<FixedLayoutComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FixedLayoutComponent, "tgui-fixed-layout", never, { "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
}