UNPKG

@biruni/capacitor-preferences

Version:

(Al-Biruni) @capacitor/preferences utility

6 lines 335 B
import { BiruniPlugin } from '@biruni/core/plugin'; import { type ConfigureOptions } from '@capacitor/preferences'; declare const preferences: <Data extends object>(options?: ConfigureOptions) => BiruniPlugin<Data>; export default preferences; export { preferences as PreferencesPlugin, preferences }; //# sourceMappingURL=mod.d.ts.map