UNPKG

203 BTypeScriptView Raw
1import type { CapacitorGlobal } from '../definitions';
2import type { WebPlugin } from '../web-plugin';
3export declare const legacyRegisterWebPlugin: (cap: CapacitorGlobal, webPlugin: WebPlugin) => void;