UNPKG

738 BTypeScriptView Raw
1export type { CapacitorGlobal, PermissionState, Plugin, PluginCallback, PluginImplementations, PluginListenerHandle, PluginResultData, PluginResultError, } from './definitions';
2export { CapacitorPlatforms, addPlatform, setPlatform } from './platforms';
3export { Capacitor, registerPlugin } from './global';
4export { WebPlugin, WebPluginConfig, ListenerCallback } from './web-plugin';
5export { WebView } from './core-plugins';
6export type { WebViewPath, WebViewPlugin } from './core-plugins';
7export { CapacitorException, ExceptionCode } from './util';
8export { Plugins, registerWebPlugin } from './global';
9export type { CallbackID, CancellableCallback, ISODateString, PluginConfig, PluginRegistry, } from './legacy/legacy-definitions';