ng-cw-v12
Version:
Angular UI Component Library
20 lines (19 loc) • 824 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare type NcSizeType = 'mini' | 'small' | 'default' | 'large';
export declare class LoadingComponent implements OnInit {
/** 加载类型 */
ncType: number;
/** 加载大小 */
ncSize: NcSizeType;
/** 加载提示 */
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>;
}