UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

13 lines (12 loc) 698 B
import type { TuiSizeS } from '@taiga-ui/core/types'; import * as i0 from "@angular/core"; export declare class TuiButtonLoading { private readonly options; size: "m" | "l" | "xl" | "s" | "xs"; loading: boolean | string | null; protected get loaderSize(): TuiSizeS; protected get label(): string; protected onClick(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiButtonLoading, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiButtonLoading, "[tuiButton][loading],[tuiIconButton][loading]", never, { "size": { "alias": "size"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], true, never>; }