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
/
dist
/
cloudinary
/
index.d.ts
5 lines
•
181 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
Props
}
from
'../attributes.js'
;
export
declare
function
CloudinaryImage
(
cloudName
:
any
): {
Image
:
(
props
:
Props
) =>
string
; };
//# sourceMappingURL=index.d.ts.map