UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

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