ng-cw-v12
Version:
Angular UI component library
14 lines (13 loc) • 635 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LoadingComponent implements OnInit {
ncType: number;
ncSize: 'mini' | 'small' | 'default' | 'large';
ncTips: string;
ncTipsColor: string;
ncTipsWeight: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "nc-loading", never, { "ncType": "ncType"; "ncSize": "ncSize"; "ncTips": "ncTips"; "ncTipsColor": "ncTipsColor"; "ncTipsWeight": "ncTipsWeight"; }, {}, never, never>;
}