UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

26 lines (25 loc) 765 B
import * as i0 from "@angular/core"; export declare class DokuSpinner { /** * The size of the spinner. * @default 'small' */ size: 'small' | 'medium' | 'large'; /** * The diameter of the spinner. * If defined, it will take precedence over `size`. * * Value in pixels. */ diameter?: number; /** * Stroke width of the spinner. * * Value in pixels. * @default 4 */ strokeWidth: number; get calculatedSize(): number; static ɵfac: i0.ɵɵFactoryDeclaration<DokuSpinner, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DokuSpinner, "doku-spinner", ["dokuSpinner"], { "size": "size"; "diameter": "diameter"; "strokeWidth": "strokeWidth"; }, {}, never, never, true>; }