@snap/camera-kit
Version:
Camera Kit Web
10 lines • 499 B
TypeScript
import type { ClientInterfaceData } from "../lens-core-module/generated-types";
import type { LensCore } from "../lens-core-module/lensCore";
import type { FilePicker } from "./filePicker";
/**
* Shows file open dialog to allow user to select image/video and provides the selection to LensCore.
*
* @internal
*/
export declare function pickClientImage(clientInterfaceData: ClientInterfaceData, lensCore: LensCore, filePicker: FilePicker): Promise<void>;
//# sourceMappingURL=imagePicker.d.ts.map