UNPKG
@biuauth/ui
Version:
latest (6.2.11)
6.2.11
6.2.10
6.2.9
6.2.8
6.2.7
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.23
6.1.22
6.1.21
6.1.20
6.1.19
6.1.18
6.1.17
6.1.16
6.1.15
6.1.14
6.1.13
6.1.12
6.1.11
6.1.10
6.1.9
6.1.8
6.1.7
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
Ui modal for biuAuth
github.com/Web3Auth/Web3Auth/tree/master/packages/ui
Web3Auth/Web3Auth
@biuauth/ui
/
dist
/
types
/
components
/
BNSProvider.d.ts
7 lines
(6 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
"react"
;
declare
function
EnsProvider
(
{ children }: { children: React.ReactNode; }
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
declare
const
BNSContext
:
any
;
export
{
BNSContext
,
EnsProvider
};