UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

11 lines (10 loc) 309 B
export declare type WingBlankSizeType = 'sm' | 'md' | 'lg'; export declare class WingBlankComponent { prefixCls: string; size: WingBlankSizeType; amWingBlank: boolean; readonly amWingBlnkSm: boolean; readonly amWingBlnkMd: boolean; readonly amWingBlnkLg: boolean; constructor(); }