UNPKG

@gray-adeyi/korapay-vue

Version:
5 lines 259 B
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