@koalarx/ui
Version:
Koala UI is a modern and accessible component library designed to speed up interface development in Angular projects. With simple integration and clear documentation, you can easily build robust and visually appealing applications.
11 lines (8 loc) • 437 B
TypeScript
import * as i0 from '@angular/core';
type LoaderSize = 'extraSmall' | 'small' | 'medium' | 'large' | 'extraLarge';
declare class Loader {
size: i0.InputSignal<LoaderSize>;
static ɵfac: i0.ɵɵFactoryDeclaration<Loader, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Loader, "kl-loader", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}
export { Loader };