@snap/camera-kit
Version:
Camera Kit Web
8 lines • 394 B
TypeScript
import type { LensCore } from "../lens-core-module/lensCore";
import type { RemoteConfiguration } from "./remoteConfiguration";
export declare const setPreloadedConfiguration: {
(args_0: LensCore, args_1: RemoteConfiguration): void;
token: "setPreloadedConfiguration";
dependencies: readonly ["lensCore", "remoteConfiguration"];
};
//# sourceMappingURL=preloadConfiguration.d.ts.map