UNPKG

yoyo-ng-modulewindy

Version:

服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容

15 lines (14 loc) 275 B
export declare class AdDescListConfig { /** * 布局方式 */ layout?: 'horizontal' | 'vertical'; /** * 列表项间距,单位为 `px` */ gutter?: number; /** * 列表型号 */ size?: 'small' | 'large'; }