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
/
context
/
ThemeContext.d.ts
5 lines
(4 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
export
declare
const
ThemedContext
:
import
(
"react"
).
Context
<{
isDark
:
boolean
; }>;