yxk_h5_master/node_modules/html5-qrcode/cjs/storage.d.ts

13 lines
382 B
TypeScript
Raw Normal View History

2025-08-28 15:21:09 +08:00
export declare class PersistedDataManager {
private data;
private static LOCAL_STORAGE_KEY;
constructor();
hasCameraPermissions(): boolean;
getLastUsedCameraId(): string | null;
setHasPermission(hasPermission: boolean): void;
setLastUsedCameraId(lastUsedCameraId: string): void;
resetLastUsedCameraId(): void;
reset(): void;
private flush;
}