@telekom/scale-components
Version:
Scale is the digital design system for Telekom products and experiences.
13 lines (12 loc) • 344 B
TypeScript
export declare class LoadingSpinner {
variant: 'white' | 'primary';
alignment: 'horizontal' | 'vertical';
text: string;
accessibilityTitle: string;
size: 'small' | 'large';
componentWillLoad(): void;
render(): any;
getBasePartMap(): string;
getCssClassMap(): string;
getCssOrBasePartMap(mode: 'basePart' | 'css'): string;
}