UNPKG
@oko-wallet/oko-sdk-core
Version:
latest (0.0.6-rc.113)
0.0.6-rc.113
0.0.6-rc.112
0.0.6-rc.111
0.0.6-rc.110
0.0.6-rc.109
0.0.6-rc.108
0.0.6-rc.107
0.0.6-rc.106
0.0.6-rc.105
0.0.6-rc.104
chainapsis/oko
@oko-wallet/oko-sdk-core
/
src
/
methods
/
close_modal.ts
6 lines
(4 loc)
•
166 B
text/typescript
View Raw
1
2
3
4
5
6
import
type {
OkoWalletInterface
}
from
"@oko-wallet-sdk-core/types"
;
export
function
closeModal
(
this
: OkoWalletInterface
) {
this
.
iframe
.
style
.
display
=
"none"
; }