UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

11 lines (10 loc) 385 B
import { WebPlugin } from '@capacitor/core'; import type { AppInfo, AppPlugin, AppLaunchUrl, AppState } from './definitions'; export declare class AppWeb extends WebPlugin implements AppPlugin { constructor(); exitApp(): never; getInfo(): Promise<AppInfo>; getLaunchUrl(): Promise<AppLaunchUrl>; getState(): Promise<AppState>; private handleVisibilityChange; }