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) • 558 B
TypeScript
import * as i0 from "@angular/core";
/**
* Icon component for checkbox in indeterminate state
*/
export declare class IconCheckboxIndeterminateComponent {
className: import("@angular/core").InputSignal<string | undefined>;
static ɵfac: i0.ɵɵFactoryDeclaration<IconCheckboxIndeterminateComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconCheckboxIndeterminateComponent, "tgui-icon-checkbox-indeterminate", never, { "className": { "alias": "className"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}