CloudProxyPro/node_modules/unstorage/drivers/capacitor-preferences.d.ts
2025-09-05 14:59:21 +08:00

6 lines
258 B
TypeScript

export interface CapacitorPreferencesOptions {
base?: string;
}
declare const _default: (opts: CapacitorPreferencesOptions) => import("..").Driver<CapacitorPreferencesOptions, import("@capacitor/preferences").PreferencesPlugin>;
export default _default;