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
/
image.type.ts
12 lines
(10 loc)
•
202 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export interface OhayoImageConfig { /**
*
默认大小,默认值:
`64`
,单位:px
*/ size?: number; /*
*
*
错误图片,默认:
`./assets/img/logo.svg`
*/ error?: string; }