UNPKG
@web3auth-mpc/ui
Version:
latest (3.1.0)
3.1.0
3.0.0
2.1.9
2.1.4
Ui modal for web3Auth
github.com/Web3Auth/Web3Auth/tree/master/packages/ui
Web3Auth/Web3Auth
@web3auth-mpc/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
;