UNPKG

@yelon/util

Version:
11 lines (10 loc) 166 B
export interface YunzaiSGConfig { /** * 间距,默认:`32` */ gutter?: number; /** * 列数,默认:`2` */ col?: number; }