@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
16 lines (15 loc) • 907 B
TypeScript
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
import * as i0 from "@angular/core";
export declare class TuiLoader {
private readonly isIOS;
private readonly options;
protected readonly isApple: boolean;
size: "m" | "s" | "xs" | "l" | "xl" | "xxl";
inheritColor: boolean;
overlay: boolean;
textContent: PolymorpheusContent;
loading: boolean;
protected get isHorizontal(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLoader, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLoader, "tui-loader", never, { "size": { "alias": "size"; "required": false; }; "inheritColor": { "alias": "inheritColor"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "textContent": { "alias": "textContent"; "required": false; }; "loading": { "alias": "showLoader"; "required": false; }; }, {}, never, ["*"], true, never>;
}