design-angular-kit
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della PA
25 lines (24 loc) • 909 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "../../../utils/coercion";
export declare class ItSpinnerComponent {
/**
* The spinner is active
* @default true
*/
active: boolean;
/**
* Show a small spinner
* @default false
*/
small?: boolean;
/**
* Show the double animation
* @default false
*/
double?: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<ItSpinnerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ItSpinnerComponent, "it-spinner", never, { "active": { "alias": "active"; "required": false; }; "small": { "alias": "small"; "required": false; }; "double": { "alias": "double"; "required": false; }; }, {}, never, never, true, never>;
static ngAcceptInputType_active: i1.BooleanInput;
static ngAcceptInputType_small: i1.BooleanInput;
static ngAcceptInputType_double: i1.BooleanInput;
}