mediasfu-reactjs
Version:
mediasfu-reactjs – React 18/19 WebRTC SDK for video conferencing, webinars, broadcasts, live streaming, chat, recording, whiteboard, and AI agents. Plug-in prebuilt rooms or build fully custom UIs.
19 lines • 663 B
TypeScript
/**
* Utility to inject modern animation keyframes into the document.
*
* This ensures all required CSS keyframe animations are available
* for the modern components to use.
*/
/**
* Injects all required CSS keyframe animations for modern components.
* This function is idempotent - calling it multiple times will only
* inject the styles once.
*/
export declare function injectModernAnimations(): void;
/**
* Hook to inject animations on component mount.
* Can be used in any component that needs animations.
*/
export declare function useInjectAnimations(): void;
export default injectModernAnimations;
//# sourceMappingURL=injectAnimations.d.ts.map