UNPKG
@sky-mavis/tanto-widget
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-beta.7
0.0.1-beta.6
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
Tanto Widget
github.com/skymavis/tanto-kit
skymavis/tanto-kit
@sky-mavis/tanto-widget
/
dist
/
types
/
contexts
/
widget-ui-config
/
WidgetUIConfigContext.d.ts
8 lines
(7 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
WidgetUIConfig
{
markKeylessWalletConnected
?:
boolean
; }
export
interface
WidgetUIConfigState
{
config
?:
WidgetUIConfig
; }
export
declare
const
WidgetUIConfigContext
:
import
(
"react"
).
Context
<
WidgetUIConfigState
|
undefined
>;