UNPKG

@snap/camera-kit

Version:
12 lines 545 B
import type { FetchHandler } from "../../handlers/defaultFetchHandler"; import type { RemoteConfiguration } from "../../remote-configuration/remoteConfiguration"; import type { AssetLoader } from "./LensAssetRepository"; /** * @internal */ export declare const deviceDependentAssetLoaderFactory: { (args_0: FetchHandler, args_1: RemoteConfiguration): AssetLoader; token: "deviceDependentAssetLoader"; dependencies: readonly ["defaultFetchHandler", "remoteConfiguration"]; }; //# sourceMappingURL=deviceDependentAssetLoader.d.ts.map