UNPKG
@substrate-system/image
Version:
latest (0.0.23)
0.0.23
0.0.22
0.0.21
0.0.19
0.0.18
0.0.17
An image component
github.com/substrate-system/image
substrate-system/image
@substrate-system/image
/
src
/
attributes.ts
12 lines
(11 loc)
•
248 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
Props
{
class
?:
string
,
filename
:
string
,
alt
:
string
,
loading
?:
'eager'
|
'lazy'
,
fetchpriority
?:
'high'
|
'low'
|
'auto'
,
className
?:
string
,
decoding
?:
'sync'
|
'async'
,
sizes
?:
string
[],
srcset
?:
number
[] }