UNPKG

@fishjam-cloud/react-client

Version:
4 lines 275 B
import type { DeviceType } from "../types/public"; export declare const getLastDevice: (deviceType: DeviceType) => MediaDeviceInfo | null; export declare const saveLastDevice: (info: MediaDeviceInfo, deviceType: DeviceType) => void; //# sourceMappingURL=localStorage.d.ts.map