UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

15 lines (14 loc) 607 B
import { OnInit } from '@angular/core'; import { Context, Size } from '../enums'; import * as i0 from "@angular/core"; export declare class LoadersComponent implements OnInit { size: Size; context: Context; /** Enums to be used in the template **/ contextEnum: typeof Context; sizeEnum: typeof Size; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LoadersComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LoadersComponent, "hxa-loader, hxa-loaders", never, { "size": "size"; "context": "context"; }, {}, never, never>; }