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
/
Footer.d.ts
5 lines
(4 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
declare
function
Footer
(
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
declare
const
_default
:
import
(
"react"
).
MemoExoticComponent
<
typeof
Footer
>;
export
default
_default;