UNPKG
biuauthui
Version:
latest (6.1.30)
6.1.30
6.1.29
6.1.28
6.1.27
6.1.26
6.1.25
6.1.24
6.1.23
Ui modal for biuAuth
github.com/Web3Auth/Web3Auth/tree/master/packages/ui
Web3Auth/Web3Auth
biuauthui
/
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;