UNPKG

@snap/camera-kit

Version:
10 lines 499 B
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