IOweb/node_modules/unstorage/drivers/capacitor-preferences.d.mts
2026-07-03 15:07:38 -05: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;