/** * react-native-wallpapers v2.0.0 * * A comprehensive React Native library for Android wallpaper management. * Supports static, live (GIF), video, and 3D parallax wallpapers. * * @packageDocumentation */ export { setWallpaper, setHomeWallpaper, setLockWallpaper, setBothWallpapers, setDualWallpaper, downloadWallpaper, startAutoChange, stopAutoChange, getAutoChangeStatus, clearWallpaper, getCurrentWallpaperInfo, getDeviceCapabilities, checkPermission, requestPermission, onWallpaperChanged, WallpaperTarget, WallpaperType, WallpaperFit, ColorFilter, } from './Wallpaper'; export type { SetWallpaperOptions, DownloadOptions, AutoChangeOptions, WallpaperResult, DownloadResult, CurrentWallpaperInfo, AutoChangeStatus, DeviceWallpaperCapabilities, WallpaperChangeListener, WallpaperChangeEvent, WallpaperErrorResult, ColorFilterOptions, CropOptions, ParallaxOptions, VideoWallpaperOptions, LiveWallpaperOptions, } from './Wallpaper'; export { WallpaperError } from './types'; //# sourceMappingURL=index.d.ts.map