UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
util
/
src
/
config
/
components
/
sg.type.ts
11 lines
(10 loc)
•
149 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export interface OhayoSGConfig { /**
*
间距,默认:
`32`
*/ gutter?: number; /*
*
*
列数,默认:
`2`
*/ col?: number; }