@synergy-design-system/angular
Version:
Angular wrappers for the Synergy Design System
26 lines (23 loc) • 1.02 kB
TypeScript
import * as i0 from '@angular/core';
import { ElementRef, NgZone } from '@angular/core';
import { SynSpinner } from '@synergy-design-system/components';
/**
* @summary Spinners are used to show the progress of an indeterminate operation.
* @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-spinner--docs
* @status stable
* @since 2.0
*
* @csspart base - The component's base wrapper.
*
* @cssproperty --track-width - The width of the track.
* @cssproperty --indicator-color - The color of the spinner's indicator.
* @cssproperty --speed - The time it takes for the spinner to complete one animation cycle.
*/
declare class SynSpinnerComponent {
nativeElement: SynSpinner;
private _ngZone;
constructor(e: ElementRef, ngZone: NgZone);
static ɵfac: i0.ɵɵFactoryDeclaration<SynSpinnerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SynSpinnerComponent, "syn-spinner", never, {}, {}, never, ["*"], true, never>;
}
export { SynSpinnerComponent };