ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
14 lines (13 loc) • 589 B
TypeScript
import * as i0 from "@angular/core";
export type WingBlankSizeType = 'sm' | 'md' | 'lg';
export declare class WingBlankComponent {
prefixCls: string;
size: WingBlankSizeType;
amWingBlank: boolean;
get amWingBlnkSm(): boolean;
get amWingBlnkMd(): boolean;
get amWingBlnkLg(): boolean;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<WingBlankComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<WingBlankComponent, "WingBlank, nzm-wingblank", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
}