UNPKG
@gray-adeyi/korapay-vue
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
A Vue plugin for Korapay integration
github.com/gray-adeyi/korapay-vue
gray-adeyi/korapay-vue
@gray-adeyi/korapay-vue
/
dist
/
src
/
plugins
/
korapay
/
index.d.ts
5 lines
•
259 B
TypeScript
View Raw
1
2
3
4
5
import
{
Plugin
}
from
'vue'
;
import
{
KorapayInitConfig
}
from
'../../types.ts'
;
export
declare
const
KORAPAY_CONTEXT_KEY
: unique
symbol
;
export
declare
function
initKorapay
(
config
:
KorapayInitConfig
):
Promise
<
Plugin
<[]>>;
//# sourceMappingURL=index.d.ts.map