Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/unstorage/drivers/capacitor-preferences.d.ts
2025-09-18 19:01:22 +07: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;