UNPKG

mediasfu-reactnative-expo

Version:

mediasfu-reactnative-expo – Expo-managed React Native WebRTC SDK for video conferencing, webinars, live streaming, broadcast, screen sharing, whiteboard, chat, recording, live subtitles, translation, and AI agent rooms on iOS, Android, and web. Prebuilt r

6 lines (5 loc) 278 B
export interface CalculateRowsAndColumnsOptions { n: number; } export type CalculateRowsAndColumnsType = (options: CalculateRowsAndColumnsOptions) => [number, number]; export declare function calculateRowsAndColumns({ n }: CalculateRowsAndColumnsOptions): [number, number];