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
10 lines (9 loc) • 433 B
TypeScript
import * as i0 from "@angular/core";
/**
* Represents a horizontal line used to separate content within a layout or component.
* The component allows customization through custom CSS classes.
*/
export declare class DividerComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<DividerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "tgui-divider", never, {}, {}, never, never, true, never>;
}