UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

8 lines 359 B
import { VideoBackgroundEffectsDependency } from "../../../../calling-component-bindings/src"; /** * * Dependency resolution for video background effects using lazy loading. * @public */ export declare const onResolveVideoEffectDependencyLazy: () => Promise<VideoBackgroundEffectsDependency>; //# sourceMappingURL=resolveVideoEffectDependencyLazy.d.ts.map