UNPKG
@jordiamez/ui
Version:
latest (14.0.3)
14.0.3
14.0.1
12.0.0
11.0.0
10.1.12
10.1.5
Ui modal for web3Auth
github.com/jordigiam/web3auth-web
jordigiam/web3auth-web
@jordiamez/ui
/
dist
/
types
/
components
/
Image.d.ts
9 lines
(8 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
ImageProps
{
hoverImageId
?:
string
;
imageId
:
string
;
isButton
?:
boolean
;
height
?:
string
;
width
?:
string
; }
export
default
function
Image
(
props
:
ImageProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;