UNPKG

@ohayojp/util

Version:

Universal toolset of ohayojp.

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