elearning/Frontend-Learner/node_modules/unstorage/drivers/capacitor-preferences.d.mts
2026-01-13 10:48:02 +07:00

5 lines
258 B
TypeScript

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