UNPKG
@ohayojp/util
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Universal toolset of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp/util
/
src
/
config
/
components
/
sg.type.d.ts
11 lines
(10 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export interface OhayoSGConfig {
/** * 间距,默认:`32` */
gutter?: number;
/** * 列数,默认:`2` */
col?: number; }