UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

19 lines (18 loc) 428 B
import { ElementRef } from '@angular/core'; export declare class Loading { elementRef: ElementRef; title: string; /** * set to `false` to stop the loading animation */ isActive: boolean; /** * Specify the size of the button */ size: 'normal' | 'sm'; /** * Set to `true` to make loader with an overlay. */ overlay: boolean; constructor(elementRef: ElementRef); }