UNPKG

@salla.sa/twilight-components

Version:
20 lines (19 loc) 417 B
export declare class SallaLoading { /** * Sets the diameter of the circle in pixels, Defaults to `32` */ size: number | string; /** * Sets the stroke of the circle (border) in pixels, Defaults to `4` */ width: number | string; /** * Spinner content color. */ color: string; /** * Spinner background color. */ bgColor: string; render(): any; }